Html Css Color HEX #ADDD40 Conifer

📋 copy color: '#ADDD40'

red 173 ◦ green 221 ◦ blue 64

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

Shades of Conifer #ADDD40

Tints of Conifer #ADDD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 37.77%
G = 48.25%
B = 13.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#ADDD40 (or 0xADDD40) is known color: Conifer. HEX triplet: AD, DD and 40. RGB value is (173,221,64). Sum of RGB (Red+Green+Blue) = 173+221+64=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD40 is #5222BF. Grayscale: #BDBDBD. Windows color (decimal): -5382848 or 4251053. OLE color: 4251053.

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

Color convert

RGB 173 221 64 -
CMYK 0.22 0 0.71 0.13
HSL 78.34º 0.7% 0.56% -
HSV(B) 78.34º 0.71% 0.87% -
XYZ 44.02 60.97 14.3 -
YUV 188.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 173 221 64 0.22 0 0.71 0.13 78.34 0.7 0.56
Hex AD DD 40 16 0 47 D 4E 46 38
Octal 255 335 100 26 0 107 15 116 106 70
Binary 10101101 11011101 1000000 10110 0 1000111 1101 1001110 1000110 111000

Color Harmonies of #ADDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD40

Black with #ADDD40

Text Example


Text Example

White with #ADDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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