Html Css Color HEX #AAEB65 Conifer

📋 copy color: '#AAEB65'

red 170 ◦ green 235 ◦ blue 101

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

Shades of Conifer #AAEB65

Tints of Conifer #AAEB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.96%

R = 33.6%
G = 46.44%
B = 19.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#AAEB65 (or 0xAAEB65) is known color: Conifer. HEX triplet: AA, EB and 65. RGB value is (170,235,101). Sum of RGB (Red+Green+Blue) = 170+235+101=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB65 is #55149A. Grayscale: #C8C8C8. Windows color (decimal): -5575835 or 6679466. OLE color: 6679466.

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

Color convert

RGB 170 235 101 -
CMYK 0.28 0 0.57 0.08
HSL 89.1º 0.77% 0.66% -
HSV(B) 89.1º 0.57% 0.92% -
XYZ 48.63 68.9 23.05 -
YUV 200.29 71.97 106.4 -
System Red Green Blue C M Y K H S L
Decimal 170 235 101 0.28 0 0.57 0.08 89.1 0.77 0.66
Hex AA EB 65 1C 0 39 8 59 4D 42
Octal 252 353 145 34 0 71 10 131 115 102
Binary 10101010 11101011 1100101 11100 0 111001 1000 1011001 1001101 1000010

Color Harmonies of #AAEB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB65

Black with #AAEB65

Text Example


Text Example

White with #AAEB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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