Html Css Color HEX #AAE058 Conifer

📋 copy color: '#AAE058'

red 170 ◦ green 224 ◦ blue 88

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

Shades of Conifer #AAE058

Tints of Conifer #AAE058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

 BLUE value IS 88 (34.77% from 255) = 18.26%

R = 35.27%
G = 46.47%
B = 18.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#AAE058 (or 0xAAE058) is known color: Conifer. HEX triplet: AA, E0 and 58. RGB value is (170,224,88). Sum of RGB (Red+Green+Blue) = 170+224+88=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE058 is #551FA7. Grayscale: #C0C0C0. Windows color (decimal): -5578664 or 5824682. OLE color: 5824682.

HSL color Cylindrical-coordinate representation of color #AAE058: hue angle of 83.82º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAE058 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 88 -
CMYK 0.24 0 0.61 0.12
HSL 83.82º 0.69% 0.61% -
HSV(B) 83.82º 0.61% 0.88% -
XYZ 44.99 62.56 18.94 -
YUV 192.35 69.11 112.06 -
System Red Green Blue C M Y K H S L
Decimal 170 224 88 0.24 0 0.61 0.12 83.82 0.69 0.61
Hex AA E0 58 18 0 3D C 54 45 3D
Octal 252 340 130 30 0 75 14 124 105 75
Binary 10101010 11100000 1011000 11000 0 111101 1100 1010100 1000101 111101

Color Harmonies of #AAE058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE058

Black with #AAE058

Text Example


Text Example

White with #AAE058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE058; }

 p { color: rgb(170,224,88); }

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

background-color css

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

 a { background-color: rgb(170,224,88); }

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

border-color css

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

 span { border-color: rgb(170,224,88); }

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