Html Css Color HEX #AAEB41 Conifer

📋 copy color: '#AAEB41'

red 170 ◦ green 235 ◦ blue 65

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

Shades of Conifer #AAEB41

Tints of Conifer #AAEB41

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50%

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

R = 36.17%
G = 50%
B = 13.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#AAEB41 (or 0xAAEB41) is known color: Conifer. HEX triplet: AA, EB and 41. RGB value is (170,235,65). Sum of RGB (Red+Green+Blue) = 170+235+65=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB41 is #5514BE. Grayscale: #C4C4C4. Windows color (decimal): -5575871 or 4320170. OLE color: 4320170.

HSL color Cylindrical-coordinate representation of color #AAEB41: hue angle of 82.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAEB41 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 65 -
CMYK 0.28 0 0.72 0.08
HSL 82.94º 0.81% 0.59% -
HSV(B) 82.94º 0.72% 0.92% -
XYZ 47.24 68.34 15.7 -
YUV 196.19 53.97 109.32 -
System Red Green Blue C M Y K H S L
Decimal 170 235 65 0.28 0 0.72 0.08 82.94 0.81 0.59
Hex AA EB 41 1C 0 48 8 53 51 3B
Octal 252 353 101 34 0 110 10 123 121 73
Binary 10101010 11101011 1000001 11100 0 1001000 1000 1010011 1010001 111011

Color Harmonies of #AAEB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB41

Black with #AAEB41

Text Example


Text Example

White with #AAEB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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