Html Css Color HEX #ADDC64 Conifer

📋 copy color: '#ADDC64'

red 173 ◦ green 220 ◦ blue 100

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

Shades of Conifer #ADDC64

Tints of Conifer #ADDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.28%

R = 35.09%
G = 44.62%
B = 20.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#ADDC64 (or 0xADDC64) is known color: Conifer. HEX triplet: AD, DC and 64. RGB value is (173,220,100). Sum of RGB (Red+Green+Blue) = 173+220+100=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC64 is #52239B. Grayscale: #C0C0C0. Windows color (decimal): -5383068 or 6610093. OLE color: 6610093.

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

Color convert

RGB 173 220 100 -
CMYK 0.21 0 0.55 0.14
HSL 83.5º 0.63% 0.63% -
HSV(B) 83.5º 0.55% 0.86% -
XYZ 45.13 60.99 21.45 -
YUV 192.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 173 220 100 0.21 0 0.55 0.14 83.5 0.63 0.63
Hex AD DC 64 15 0 37 E 54 3F 3F
Octal 255 334 144 25 0 67 16 124 77 77
Binary 10101101 11011100 1100100 10101 0 110111 1110 1010100 111111 111111

Color Harmonies of #ADDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC64

Black with #ADDC64

Text Example


Text Example

White with #ADDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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