Html Css Color HEX #ADDD42 Conifer

📋 copy color: '#ADDD42'

red 173 ◦ green 221 ◦ blue 66

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

Shades of Conifer #ADDD42

Tints of Conifer #ADDD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.35%

R = 37.61%
G = 48.04%
B = 14.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#ADDD42 (or 0xADDD42) is known color: Conifer. HEX triplet: AD, DD and 42. RGB value is (173,221,66). Sum of RGB (Red+Green+Blue) = 173+221+66=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD42 is #5222BD. Grayscale: #BDBDBD. Windows color (decimal): -5382846 or 4382125. OLE color: 4382125.

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

Color convert

RGB 173 221 66 -
CMYK 0.22 0 0.70 0.13
HSL 78.58º 0.7% 0.56% -
HSV(B) 78.58º 0.7% 0.87% -
XYZ 44.07 60.99 14.6 -
YUV 188.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 173 221 66 0.22 0 0.70 0.13 78.58 0.7 0.56
Hex AD DD 42 16 0 46 D 4F 46 38
Octal 255 335 102 26 0 106 15 117 106 70
Binary 10101101 11011101 1000010 10110 0 1000110 1101 1001111 1000110 111000

Color Harmonies of #ADDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD42

Black with #ADDD42

Text Example


Text Example

White with #ADDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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