Html Css Color HEX #AAE63E Conifer

📋 copy color: '#AAE63E'

red 170 ◦ green 230 ◦ blue 62

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

Shades of Conifer #AAE63E

Tints of Conifer #AAE63E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.78%

 BLUE value IS 62 (24.61% from 255) = 13.42%

R = 36.8%
G = 49.78%
B = 13.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#AAE63E (or 0xAAE63E) is known color: Conifer. HEX triplet: AA, E6 and 3E. RGB value is (170,230,62). Sum of RGB (Red+Green+Blue) = 170+230+62=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE63E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE63E is #5519C1. Grayscale: #C1C1C1. Windows color (decimal): -5577154 or 4122282. OLE color: 4122282.

HSL color Cylindrical-coordinate representation of color #AAE63E: hue angle of 81.43º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAE63E is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 62 -
CMYK 0.26 0 0.73 0.10
HSL 81.43º 0.77% 0.57% -
HSV(B) 81.43º 0.73% 0.9% -
XYZ 45.74 65.49 14.79 -
YUV 192.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 170 230 62 0.26 0 0.73 0.10 81.43 0.77 0.57
Hex AA E6 3E 1A 0 49 A 51 4D 39
Octal 252 346 76 32 0 111 12 121 115 71
Binary 10101010 11100110 111110 11010 0 1001001 1010 1010001 1001101 111001

Color Harmonies of #AAE63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE63E

Black with #AAE63E

Text Example


Text Example

White with #AAE63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE63E; }

 p { color: rgb(170,230,62); }

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

background-color css

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

 a { background-color: rgb(170,230,62); }

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

border-color css

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

 span { border-color: rgb(170,230,62); }

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