Html Css Color HEX #ADD442 Conifer

📋 copy color: '#ADD442'

red 173 ◦ green 212 ◦ blue 66

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

Shades of Conifer #ADD442

Tints of Conifer #ADD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 38.36%
G = 47.01%
B = 14.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#ADD442 (or 0xADD442) is known color: Conifer. HEX triplet: AD, D4 and 42. RGB value is (173,212,66). Sum of RGB (Red+Green+Blue) = 173+212+66=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD442 is #522BBD. Grayscale: #B8B8B8. Windows color (decimal): -5385150 or 4379821. OLE color: 4379821.

HSL color Cylindrical-coordinate representation of color #ADD442: hue angle of 76.03º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD442 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 66 -
CMYK 0.18 0 0.69 0.17
HSL 76.03º 0.63% 0.55% -
HSV(B) 76.03º 0.69% 0.83% -
XYZ 41.76 56.36 13.83 -
YUV 183.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 173 212 66 0.18 0 0.69 0.17 76.03 0.63 0.55
Hex AD D4 42 12 0 45 11 4C 3F 37
Octal 255 324 102 22 0 105 21 114 77 67
Binary 10101101 11010100 1000010 10010 0 1000101 10001 1001100 111111 110111

Color Harmonies of #ADD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD442

Black with #ADD442

Text Example


Text Example

White with #ADD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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