Html Css Color HEX #ADDB4A Conifer

📋 copy color: '#ADDB4A'

red 173 ◦ green 219 ◦ blue 74

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

Shades of Conifer #ADDB4A

Tints of Conifer #ADDB4A

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 37.12%
G = 47%
B = 15.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#ADDB4A (or 0xADDB4A) is known color: Conifer. HEX triplet: AD, DB and 4A. RGB value is (173,219,74). Sum of RGB (Red+Green+Blue) = 173+219+74=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB4A is #5224B5. Grayscale: #BDBDBD. Windows color (decimal): -5383350 or 4905901. OLE color: 4905901.

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

Color convert

RGB 173 219 74 -
CMYK 0.21 0 0.66 0.14
HSL 79.03º 0.67% 0.57% -
HSV(B) 79.03º 0.66% 0.86% -
XYZ 43.8 60.04 15.76 -
YUV 188.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 173 219 74 0.21 0 0.66 0.14 79.03 0.67 0.57
Hex AD DB 4A 15 0 42 E 4F 43 39
Octal 255 333 112 25 0 102 16 117 103 71
Binary 10101101 11011011 1001010 10101 0 1000010 1110 1001111 1000011 111001

Color Harmonies of #ADDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB4A

Black with #ADDB4A

Text Example


Text Example

White with #ADDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB4A; }

 p { color: rgb(173,219,74); }

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

background-color css

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

 a { background-color: rgb(173,219,74); }

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

border-color css

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

 span { border-color: rgb(173,219,74); }

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