Html Css Color HEX #A8DA4B Conifer

📋 copy color: '#A8DA4B'

red 168 ◦ green 218 ◦ blue 75

#A8DA4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A8DA4B

Tints of Conifer #A8DA4B

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 36.44%
G = 47.29%
B = 16.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#A8DA4B (or 0xA8DA4B) is known color: Conifer. HEX triplet: A8, DA and 4B. RGB value is (168,218,75). Sum of RGB (Red+Green+Blue) = 168+218+75=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA4B is #5725B4. Grayscale: #BBBBBB. Windows color (decimal): -5711285 or 4971176. OLE color: 4971176.

HSL color Cylindrical-coordinate representation of color #A8DA4B: hue angle of 80.98º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8DA4B is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 75 -
CMYK 0.23 0 0.66 0.15
HSL 80.98º 0.66% 0.57% -
HSV(B) 80.98º 0.66% 0.85% -
XYZ 42.49 58.98 15.8 -
YUV 186.75 64.94 114.63 -
System Red Green Blue C M Y K H S L
Decimal 168 218 75 0.23 0 0.66 0.15 80.98 0.66 0.57
Hex A8 DA 4B 17 0 42 F 51 42 39
Octal 250 332 113 27 0 102 17 121 102 71
Binary 10101000 11011010 1001011 10111 0 1000010 1111 1010001 1000010 111001

Color Harmonies of #A8DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA4B

Black with #A8DA4B

Text Example


Text Example

White with #A8DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA4B; }

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

 H1.HeaderClassName
 {
   color: #A8DA4B;
 }
 .AnyTagClassName
 {
   color: #A8DA4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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