Html Css Color HEX #A4DB53 Conifer

📋 copy color: '#A4DB53'

red 164 ◦ green 219 ◦ blue 83

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

Shades of Conifer #A4DB53

Tints of Conifer #A4DB53

RGB

 RED value IS 164 (64.45% from 255) = 35.19%

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

 BLUE value IS 83 (32.81% from 255) = 17.81%

R = 35.19%
G = 47%
B = 17.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#A4DB53 (or 0xA4DB53) is known color: Conifer. HEX triplet: A4, DB and 53. RGB value is (164,219,83). Sum of RGB (Red+Green+Blue) = 164+219+83=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB53 is #5B24AC. Grayscale: #BBBBBB. Windows color (decimal): -5973165 or 5495716. OLE color: 5495716.

HSL color Cylindrical-coordinate representation of color #A4DB53: hue angle of 84.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4DB53 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 83 -
CMYK 0.25 0 0.62 0.14
HSL 84.26º 0.65% 0.59% -
HSV(B) 84.26º 0.62% 0.86% -
XYZ 42.2 59.18 17.38 -
YUV 187.05 69.28 111.56 -
System Red Green Blue C M Y K H S L
Decimal 164 219 83 0.25 0 0.62 0.14 84.26 0.65 0.59
Hex A4 DB 53 19 0 3E E 54 41 3B
Octal 244 333 123 31 0 76 16 124 101 73
Binary 10100100 11011011 1010011 11001 0 111110 1110 1010100 1000001 111011

Color Harmonies of #A4DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB53

Black with #A4DB53

Text Example


Text Example

White with #A4DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB53; }

 p { color: rgb(164,219,83); }

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

background-color css

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

 a { background-color: rgb(164,219,83); }

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

border-color css

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

 span { border-color: rgb(164,219,83); }

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