Html Css Color HEX #ADDC44 Conifer

📋 copy color: '#ADDC44'

red 173 ◦ green 220 ◦ blue 68

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

Shades of Conifer #ADDC44

Tints of Conifer #ADDC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 37.53%
G = 47.72%
B = 14.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#ADDC44 (or 0xADDC44) is known color: Conifer. HEX triplet: AD, DC and 44. RGB value is (173,220,68). Sum of RGB (Red+Green+Blue) = 173+220+68=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC44 is #5223BB. Grayscale: #BDBDBD. Windows color (decimal): -5383100 or 4512941. OLE color: 4512941.

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

Color convert

RGB 173 220 68 -
CMYK 0.21 0 0.69 0.14
HSL 78.55º 0.68% 0.56% -
HSV(B) 78.55º 0.69% 0.86% -
XYZ 43.87 60.49 14.83 -
YUV 188.62 59.93 116.86 -
System Red Green Blue C M Y K H S L
Decimal 173 220 68 0.21 0 0.69 0.14 78.55 0.68 0.56
Hex AD DC 44 15 0 45 E 4F 44 38
Octal 255 334 104 25 0 105 16 117 104 70
Binary 10101101 11011100 1000100 10101 0 1000101 1110 1001111 1000100 111000

Color Harmonies of #ADDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC44

Black with #ADDC44

Text Example


Text Example

White with #ADDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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