#a8d64b

Color #A8D64B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A8D64B

Tints of Conifer #A8D64B

Color information

#A8D64B (or 0xA8D64B) is unknown color: approx Conifer. HEX triplet: A8, D6 and 4B. RGB value is (168,214,75). Sum of RGB (Red+Green+Blue) = 168+214+75=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D64B is #5729B4. Grayscale: #B8B8B8. Windows color (decimal): -5712309 or 4970152. OLE color: 4970152.

HSL color Cylindrical-coordinate representation of color #A8D64B: hue angle of 79.86º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D64B is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB16821475-
CMYK0.2100.650.16
HSL79.86º62.9%56.67%-
HSV(B)79.86º64.95%83.92%-
XYZ41.4756.9315.46-
YUV184.466.26116.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 75 (29.69% from 255) = 16.41%
R=36.76%
G=46.83%
B=16.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168214750.2100.650.1679.8662.956.67
HexA8D64B1504110503f39
Octal250326113250101201207771
Binary101010001101011010010111010101000001100001010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8d64b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8d64b; }

 p { color: rgb(168,214,75); }

 H1.HeaderClassName
 {
   color: #a8d64b;
 }
 .AnyTagClassName
 {
   color: #a8d64b;
 }
</style>
background-color css

<style>
 a { background-color: #a8d64b; }

 a { background-color: rgb(168,214,75); }

 div.DivClassName
 {
   background-color: #a8d64b;
 }
 .BgClassName
 {
   background-color: #a8d64b;
 }
</style>
border-color css

<style>
 span { border-color: #a8d64b; }

 span { border-color: rgb(168,214,75); }

 td.TdClassName
 {
   border-color: #a8d64b;
 }
 .TagClassName
 {
   border-color: #a8d64b;
 }
</style>