Html Css Color HEX #AAE462 Conifer

📋 copy color: '#AAE462'

red 170 ◦ green 228 ◦ blue 98

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

Shades of Conifer #AAE462

Tints of Conifer #AAE462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.97%

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 34.27%
G = 45.97%
B = 19.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#AAE462 (or 0xAAE462) is known color: Conifer. HEX triplet: AA, E4 and 62. RGB value is (170,228,98). Sum of RGB (Red+Green+Blue) = 170+228+98=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE462 is #551B9D. Grayscale: #C4C4C4. Windows color (decimal): -5577630 or 6481066. OLE color: 6481066.

HSL color Cylindrical-coordinate representation of color #AAE462: hue angle of 86.77º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAE462 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 98 -
CMYK 0.25 0 0.57 0.11
HSL 86.77º 0.71% 0.64% -
HSV(B) 86.77º 0.57% 0.89% -
XYZ 46.53 64.91 21.63 -
YUV 195.84 72.78 109.57 -
System Red Green Blue C M Y K H S L
Decimal 170 228 98 0.25 0 0.57 0.11 86.77 0.71 0.64
Hex AA E4 62 19 0 39 B 57 47 40
Octal 252 344 142 31 0 71 13 127 107 100
Binary 10101010 11100100 1100010 11001 0 111001 1011 1010111 1000111 1000000

Color Harmonies of #AAE462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE462

Black with #AAE462

Text Example


Text Example

White with #AAE462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE462; }

 p { color: rgb(170,228,98); }

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

background-color css

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

 a { background-color: rgb(170,228,98); }

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

border-color css

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

 span { border-color: rgb(170,228,98); }

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