Html Css Color HEX #AAE067 Conifer

📋 copy color: '#AAE067'

red 170 ◦ green 224 ◦ blue 103

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

Shades of Conifer #AAE067

Tints of Conifer #AAE067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.72%

R = 34.21%
G = 45.07%
B = 20.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#AAE067 (or 0xAAE067) is known color: Conifer. HEX triplet: AA, E0 and 67. RGB value is (170,224,103). Sum of RGB (Red+Green+Blue) = 170+224+103=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE067 is #551F98. Grayscale: #C2C2C2. Windows color (decimal): -5578649 or 6807722. OLE color: 6807722.

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

Color convert

RGB 170 224 103 -
CMYK 0.24 0 0.54 0.12
HSL 86.78º 0.66% 0.64% -
HSV(B) 86.78º 0.54% 0.88% -
XYZ 45.68 62.84 22.55 -
YUV 194.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 170 224 103 0.24 0 0.54 0.12 86.78 0.66 0.64
Hex AA E0 67 18 0 36 C 57 42 40
Octal 252 340 147 30 0 66 14 127 102 100
Binary 10101010 11100000 1100111 11000 0 110110 1100 1010111 1000010 1000000

Color Harmonies of #AAE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE067

Black with #AAE067

Text Example


Text Example

White with #AAE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE067; }

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

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

background-color css

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

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

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

border-color css

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

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

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