Html Css Color HEX #AAEA61 Conifer

📋 copy color: '#AAEA61'

red 170 ◦ green 234 ◦ blue 97

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

Shades of Conifer #AAEA61

Tints of Conifer #AAEA61

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

 BLUE value IS 97 (38.28% from 255) = 19.36%

R = 33.93%
G = 46.71%
B = 19.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#AAEA61 (or 0xAAEA61) is known color: Conifer. HEX triplet: AA, EA and 61. RGB value is (170,234,97). Sum of RGB (Red+Green+Blue) = 170+234+97=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA61 is #55159E. Grayscale: #C7C7C7. Windows color (decimal): -5576095 or 6417066. OLE color: 6417066.

HSL color Cylindrical-coordinate representation of color #AAEA61: hue angle of 88.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAEA61 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 97 -
CMYK 0.27 0 0.59 0.08
HSL 88.03º 0.77% 0.65% -
HSV(B) 88.03º 0.59% 0.92% -
XYZ 48.16 68.25 21.95 -
YUV 199.25 70.3 107.14 -
System Red Green Blue C M Y K H S L
Decimal 170 234 97 0.27 0 0.59 0.08 88.03 0.77 0.65
Hex AA EA 61 1B 0 3B 8 58 4D 41
Octal 252 352 141 33 0 73 10 130 115 101
Binary 10101010 11101010 1100001 11011 0 111011 1000 1011000 1001101 1000001

Color Harmonies of #AAEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA61

Black with #AAEA61

Text Example


Text Example

White with #AAEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA61; }

 p { color: rgb(170,234,97); }

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

background-color css

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

 a { background-color: rgb(170,234,97); }

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

border-color css

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

 span { border-color: rgb(170,234,97); }

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