Html Css Color HEX #A7DB52 Conifer

📋 copy color: '#A7DB52'

red 167 ◦ green 219 ◦ blue 82

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

Shades of Conifer #A7DB52

Tints of Conifer #A7DB52

RGB

 RED value IS 167 (65.63% from 255) = 35.68%

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

 BLUE value IS 82 (32.42% from 255) = 17.52%

R = 35.68%
G = 46.79%
B = 17.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A7DB52 (or 0xA7DB52) is known color: Conifer. HEX triplet: A7, DB and 52. RGB value is (167,219,82). Sum of RGB (Red+Green+Blue) = 167+219+82=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB52 is #5824AD. Grayscale: #BCBCBC. Windows color (decimal): -5776558 or 5430183. OLE color: 5430183.

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

Color convert

RGB 167 219 82 -
CMYK 0.24 0 0.63 0.14
HSL 82.77º 0.66% 0.59% -
HSV(B) 82.77º 0.63% 0.86% -
XYZ 42.79 59.49 17.21 -
YUV 187.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 167 219 82 0.24 0 0.63 0.14 82.77 0.66 0.59
Hex A7 DB 52 18 0 3F E 53 42 3B
Octal 247 333 122 30 0 77 16 123 102 73
Binary 10100111 11011011 1010010 11000 0 111111 1110 1010011 1000010 111011

Color Harmonies of #A7DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DB52

Black with #A7DB52

Text Example


Text Example

White with #A7DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DB52; }

 p { color: rgb(167,219,82); }

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

background-color css

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

 a { background-color: rgb(167,219,82); }

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

border-color css

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

 span { border-color: rgb(167,219,82); }

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