Html Css Color HEX #A8DB4B Conifer

📋 copy color: '#A8DB4B'

red 168 ◦ green 219 ◦ blue 75

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

Shades of Conifer #A8DB4B

Tints of Conifer #A8DB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

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

R = 36.36%
G = 47.4%
B = 16.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#A8DB4B (or 0xA8DB4B) is known color: Conifer. HEX triplet: A8, DB and 4B. RGB value is (168,219,75). Sum of RGB (Red+Green+Blue) = 168+219+75=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB4B is #5724B4. Grayscale: #BBBBBB. Windows color (decimal): -5711029 or 4971432. OLE color: 4971432.

HSL color Cylindrical-coordinate representation of color #A8DB4B: hue angle of 81.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8DB4B is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 75 -
CMYK 0.23 0 0.66 0.14
HSL 81.25º 0.67% 0.58% -
HSV(B) 81.25º 0.66% 0.86% -
XYZ 42.75 59.5 15.89 -
YUV 187.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 168 219 75 0.23 0 0.66 0.14 81.25 0.67 0.58
Hex A8 DB 4B 17 0 42 E 51 43 3A
Octal 250 333 113 27 0 102 16 121 103 72
Binary 10101000 11011011 1001011 10111 0 1000010 1110 1010001 1000011 111010

Color Harmonies of #A8DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB4B

Black with #A8DB4B

Text Example


Text Example

White with #A8DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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