Html Css Color HEX #ADDD4C Conifer

📋 copy color: '#ADDD4C'

red 173 ◦ green 221 ◦ blue 76

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

Shades of Conifer #ADDD4C

Tints of Conifer #ADDD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

 BLUE value IS 76 (30.08% from 255) = 16.17%

R = 36.81%
G = 47.02%
B = 16.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#ADDD4C (or 0xADDD4C) is known color: Conifer. HEX triplet: AD, DD and 4C. RGB value is (173,221,76). Sum of RGB (Red+Green+Blue) = 173+221+76=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD4C is #5222B3. Grayscale: #BEBEBE. Windows color (decimal): -5382836 or 5037485. OLE color: 5037485.

HSL color Cylindrical-coordinate representation of color #ADDD4C: hue angle of 79.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDD4C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 76 -
CMYK 0.22 0 0.66 0.13
HSL 79.86º 0.68% 0.58% -
HSV(B) 79.86º 0.66% 0.87% -
XYZ 44.39 61.12 16.29 -
YUV 190.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 173 221 76 0.22 0 0.66 0.13 79.86 0.68 0.58
Hex AD DD 4C 16 0 42 D 50 44 3A
Octal 255 335 114 26 0 102 15 120 104 72
Binary 10101101 11011101 1001100 10110 0 1000010 1101 1010000 1000100 111010

Color Harmonies of #ADDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD4C

Black with #ADDD4C

Text Example


Text Example

White with #ADDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD4C; }

 p { color: rgb(173,221,76); }

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

background-color css

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

 a { background-color: rgb(173,221,76); }

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

border-color css

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

 span { border-color: rgb(173,221,76); }

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