Html Css Color HEX #AAEB6A Conifer

📋 copy color: '#AAEB6A'

red 170 ◦ green 235 ◦ blue 106

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

Shades of Conifer #AAEB6A

Tints of Conifer #AAEB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

 BLUE value IS 106 (41.8% from 255) = 20.74%

R = 33.27%
G = 45.99%
B = 20.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#AAEB6A (or 0xAAEB6A) is known color: Conifer. HEX triplet: AA, EB and 6A. RGB value is (170,235,106). Sum of RGB (Red+Green+Blue) = 170+235+106=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB6A is #551495. Grayscale: #C9C9C9. Windows color (decimal): -5575830 or 7007146. OLE color: 7007146.

HSL color Cylindrical-coordinate representation of color #AAEB6A: hue angle of 90.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAEB6A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 106 -
CMYK 0.28 0 0.55 0.08
HSL 90.23º 0.76% 0.67% -
HSV(B) 90.23º 0.55% 0.92% -
XYZ 48.89 69 24.38 -
YUV 200.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 170 235 106 0.28 0 0.55 0.08 90.23 0.76 0.67
Hex AA EB 6A 1C 0 37 8 5A 4C 43
Octal 252 353 152 34 0 67 10 132 114 103
Binary 10101010 11101011 1101010 11100 0 110111 1000 1011010 1001100 1000011

Color Harmonies of #AAEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB6A

Black with #AAEB6A

Text Example


Text Example

White with #AAEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB6A; }

 p { color: rgb(170,235,106); }

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

background-color css

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

 a { background-color: rgb(170,235,106); }

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

border-color css

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

 span { border-color: rgb(170,235,106); }

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