Html Css Color HEX #ADD842 Conifer

📋 copy color: '#ADD842'

red 173 ◦ green 216 ◦ blue 66

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

Shades of Conifer #ADD842

Tints of Conifer #ADD842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.47%

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

R = 38.02%
G = 47.47%
B = 14.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#ADD842 (or 0xADD842) is known color: Conifer. HEX triplet: AD, D8 and 42. RGB value is (173,216,66). Sum of RGB (Red+Green+Blue) = 173+216+66=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD842 is #5227BD. Grayscale: #BABABA. Windows color (decimal): -5384126 or 4380845. OLE color: 4380845.

HSL color Cylindrical-coordinate representation of color #ADD842: hue angle of 77.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD842 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 66 -
CMYK 0.20 0 0.69 0.15
HSL 77.2º 0.66% 0.55% -
HSV(B) 77.2º 0.69% 0.85% -
XYZ 42.77 58.39 14.17 -
YUV 186.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 173 216 66 0.20 0 0.69 0.15 77.2 0.66 0.55
Hex AD D8 42 14 0 45 F 4D 42 37
Octal 255 330 102 24 0 105 17 115 102 67
Binary 10101101 11011000 1000010 10100 0 1000101 1111 1001101 1000010 110111

Color Harmonies of #ADD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD842

Black with #ADD842

Text Example


Text Example

White with #ADD842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD842; }

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

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

background-color css

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

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

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

border-color css

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

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

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