Html Css Color HEX #ADDC42 Conifer

📋 copy color: '#ADDC42'

red 173 ◦ green 220 ◦ blue 66

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

Shades of Conifer #ADDC42

Tints of Conifer #ADDC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

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

R = 37.69%
G = 47.93%
B = 14.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#ADDC42 (or 0xADDC42) is known color: Conifer. HEX triplet: AD, DC and 42. RGB value is (173,220,66). Sum of RGB (Red+Green+Blue) = 173+220+66=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC42 is #5223BD. Grayscale: #BCBCBC. Windows color (decimal): -5383102 or 4381869. OLE color: 4381869.

HSL color Cylindrical-coordinate representation of color #ADDC42: hue angle of 78.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDC42 is Cyan = 0.21, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 66 -
CMYK 0.21 0 0.7 0.14
HSL 78.31º 0.69% 0.56% -
HSV(B) 78.31º 0.7% 0.86% -
XYZ 43.81 60.46 14.52 -
YUV 188.39 58.93 117.02 -
System Red Green Blue C M Y K H S L
Decimal 173 220 66 0.21 0 0.7 0.14 78.31 0.69 0.56
Hex AD DC 42 15 0 46 E 4E 45 38
Octal 255 334 102 25 0 106 16 116 105 70
Binary 10101101 11011100 1000010 10101 0 1000110 1110 1001110 1000101 111000

Color Harmonies of #ADDC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC42

Black with #ADDC42

Text Example


Text Example

White with #ADDC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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