Html Css Color HEX #AAE95F Conifer

📋 copy color: '#AAE95F'

red 170 ◦ green 233 ◦ blue 95

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

Shades of Conifer #AAE95F

Tints of Conifer #AAE95F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.79%

 BLUE value IS 95 (37.5% from 255) = 19.08%

R = 34.14%
G = 46.79%
B = 19.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#AAE95F (or 0xAAE95F) is known color: Conifer. HEX triplet: AA, E9 and 5F. RGB value is (170,233,95). Sum of RGB (Red+Green+Blue) = 170+233+95=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE95F is #5516A0. Grayscale: #C6C6C6. Windows color (decimal): -5576353 or 6285738. OLE color: 6285738.

HSL color Cylindrical-coordinate representation of color #AAE95F: hue angle of 87.39º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE95F is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 95 -
CMYK 0.27 0 0.59 0.09
HSL 87.39º 0.76% 0.64% -
HSV(B) 87.39º 0.59% 0.91% -
XYZ 47.78 67.65 21.37 -
YUV 198.43 69.63 107.72 -
System Red Green Blue C M Y K H S L
Decimal 170 233 95 0.27 0 0.59 0.09 87.39 0.76 0.64
Hex AA E9 5F 1B 0 3B 9 57 4C 40
Octal 252 351 137 33 0 73 11 127 114 100
Binary 10101010 11101001 1011111 11011 0 111011 1001 1010111 1001100 1000000

Color Harmonies of #AAE95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE95F

Black with #AAE95F

Text Example


Text Example

White with #AAE95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE95F; }

 p { color: rgb(170,233,95); }

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

background-color css

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

 a { background-color: rgb(170,233,95); }

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

border-color css

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

 span { border-color: rgb(170,233,95); }

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