Html Css Color HEX #AAEB55 Conifer

📋 copy color: '#AAEB55'

red 170 ◦ green 235 ◦ blue 85

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

Shades of Conifer #AAEB55

Tints of Conifer #AAEB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.35%

R = 34.69%
G = 47.96%
B = 17.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#AAEB55 (or 0xAAEB55) is known color: Conifer. HEX triplet: AA, EB and 55. RGB value is (170,235,85). Sum of RGB (Red+Green+Blue) = 170+235+85=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB55 is #5514AA. Grayscale: #C7C7C7. Windows color (decimal): -5575851 or 5630890. OLE color: 5630890.

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

Color convert

RGB 170 235 85 -
CMYK 0.28 0 0.64 0.08
HSL 86º 0.79% 0.63% -
HSV(B) 86º 0.64% 0.92% -
XYZ 47.93 68.62 19.31 -
YUV 198.47 63.97 107.7 -
System Red Green Blue C M Y K H S L
Decimal 170 235 85 0.28 0 0.64 0.08 86 0.79 0.63
Hex AA EB 55 1C 0 40 8 56 4F 3F
Octal 252 353 125 34 0 100 10 126 117 77
Binary 10101010 11101011 1010101 11100 0 1000000 1000 1010110 1001111 111111

Color Harmonies of #AAEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB55

Black with #AAEB55

Text Example


Text Example

White with #AAEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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