Html Css Color HEX #AAE95C Conifer

📋 copy color: '#AAE95C'

red 170 ◦ green 233 ◦ blue 92

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

Shades of Conifer #AAE95C

Tints of Conifer #AAE95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.59%

R = 34.34%
G = 47.07%
B = 18.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#AAE95C (or 0xAAE95C) is known color: Conifer. HEX triplet: AA, E9 and 5C. RGB value is (170,233,92). Sum of RGB (Red+Green+Blue) = 170+233+92=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE95C is #5516A3. Grayscale: #C6C6C6. Windows color (decimal): -5576356 or 6089130. OLE color: 6089130.

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

Color convert

RGB 170 233 92 -
CMYK 0.27 0 0.61 0.09
HSL 86.81º 0.76% 0.64% -
HSV(B) 86.81º 0.61% 0.91% -
XYZ 47.65 67.6 20.66 -
YUV 198.09 68.13 107.96 -
System Red Green Blue C M Y K H S L
Decimal 170 233 92 0.27 0 0.61 0.09 86.81 0.76 0.64
Hex AA E9 5C 1B 0 3D 9 57 4C 40
Octal 252 351 134 33 0 75 11 127 114 100
Binary 10101010 11101001 1011100 11011 0 111101 1001 1010111 1001100 1000000

Color Harmonies of #AAE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE95C

Black with #AAE95C

Text Example


Text Example

White with #AAE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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