Html Css Color HEX #AADD41 Conifer

📋 copy color: '#AADD41'

red 170 ◦ green 221 ◦ blue 65

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

Shades of Conifer #AADD41

Tints of Conifer #AADD41

RGB

 RED value IS 170 (66.8% from 255) = 37.28%

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

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 37.28%
G = 48.46%
B = 14.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#AADD41 (or 0xAADD41) is known color: Conifer. HEX triplet: AA, DD and 41. RGB value is (170,221,65). Sum of RGB (Red+Green+Blue) = 170+221+65=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD41 is #5522BE. Grayscale: #BCBCBC. Windows color (decimal): -5579455 or 4316586. OLE color: 4316586.

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

Color convert

RGB 170 221 65 -
CMYK 0.23 0 0.71 0.13
HSL 79.62º 0.7% 0.56% -
HSV(B) 79.62º 0.71% 0.87% -
XYZ 43.39 60.64 14.42 -
YUV 187.97 58.6 115.18 -
System Red Green Blue C M Y K H S L
Decimal 170 221 65 0.23 0 0.71 0.13 79.62 0.7 0.56
Hex AA DD 41 17 0 47 D 50 46 38
Octal 252 335 101 27 0 107 15 120 106 70
Binary 10101010 11011101 1000001 10111 0 1000111 1101 1010000 1000110 111000

Color Harmonies of #AADD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD41

Black with #AADD41

Text Example


Text Example

White with #AADD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD41; }

 p { color: rgb(170,221,65); }

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

background-color css

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

 a { background-color: rgb(170,221,65); }

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

border-color css

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

 span { border-color: rgb(170,221,65); }

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