Html Css Color HEX #ADDC4F Conifer

📋 copy color: '#ADDC4F'

red 173 ◦ green 220 ◦ blue 79

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

Shades of Conifer #ADDC4F

Tints of Conifer #ADDC4F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 79 (31.25% from 255) = 16.74%

R = 36.65%
G = 46.61%
B = 16.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#ADDC4F (or 0xADDC4F) is known color: Conifer. HEX triplet: AD, DC and 4F. RGB value is (173,220,79). Sum of RGB (Red+Green+Blue) = 173+220+79=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC4F is #5223B0. Grayscale: #BEBEBE. Windows color (decimal): -5383089 or 5233837. OLE color: 5233837.

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

Color convert

RGB 173 220 79 -
CMYK 0.21 0 0.64 0.14
HSL 80º 0.67% 0.59% -
HSV(B) 80º 0.64% 0.86% -
XYZ 44.24 60.64 16.77 -
YUV 189.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 173 220 79 0.21 0 0.64 0.14 80 0.67 0.59
Hex AD DC 4F 15 0 40 E 50 43 3B
Octal 255 334 117 25 0 100 16 120 103 73
Binary 10101101 11011100 1001111 10101 0 1000000 1110 1010000 1000011 111011

Color Harmonies of #ADDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC4F

Black with #ADDC4F

Text Example


Text Example

White with #ADDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC4F; }

 p { color: rgb(173,220,79); }

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

background-color css

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

 a { background-color: rgb(173,220,79); }

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

border-color css

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

 span { border-color: rgb(173,220,79); }

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