Html Css Color HEX #AAE05D Conifer

📋 copy color: '#AAE05D'

red 170 ◦ green 224 ◦ blue 93

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

Shades of Conifer #AAE05D

Tints of Conifer #AAE05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.1%

R = 34.91%
G = 46%
B = 19.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#AAE05D (or 0xAAE05D) is known color: Conifer. HEX triplet: AA, E0 and 5D. RGB value is (170,224,93). Sum of RGB (Red+Green+Blue) = 170+224+93=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE05D is #551FA2. Grayscale: #C1C1C1. Windows color (decimal): -5578659 or 6152362. OLE color: 6152362.

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

Color convert

RGB 170 224 93 -
CMYK 0.24 0 0.58 0.12
HSL 84.73º 0.68% 0.62% -
HSV(B) 84.73º 0.58% 0.88% -
XYZ 45.21 62.65 20.07 -
YUV 192.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 170 224 93 0.24 0 0.58 0.12 84.73 0.68 0.62
Hex AA E0 5D 18 0 3A C 55 44 3E
Octal 252 340 135 30 0 72 14 125 104 76
Binary 10101010 11100000 1011101 11000 0 111010 1100 1010101 1000100 111110

Color Harmonies of #AAE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE05D

Black with #AAE05D

Text Example


Text Example

White with #AAE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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