Html Css Color HEX #AAE26B Conifer

📋 copy color: '#AAE26B'

red 170 ◦ green 226 ◦ blue 107

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

Shades of Conifer #AAE26B

Tints of Conifer #AAE26B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.93%

 BLUE value IS 107 (42.19% from 255) = 21.27%

R = 33.8%
G = 44.93%
B = 21.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#AAE26B (or 0xAAE26B) is known color: Conifer. HEX triplet: AA, E2 and 6B. RGB value is (170,226,107). Sum of RGB (Red+Green+Blue) = 170+226+107=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE26B is #551D94. Grayscale: #C4C4C4. Windows color (decimal): -5578133 or 7070378. OLE color: 7070378.

HSL color Cylindrical-coordinate representation of color #AAE26B: hue angle of 88.24º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE26B is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 107 -
CMYK 0.25 0 0.53 0.11
HSL 88.24º 0.67% 0.65% -
HSV(B) 88.24º 0.53% 0.89% -
XYZ 46.43 64 23.82 -
YUV 195.69 77.95 109.68 -
System Red Green Blue C M Y K H S L
Decimal 170 226 107 0.25 0 0.53 0.11 88.24 0.67 0.65
Hex AA E2 6B 19 0 35 B 58 43 41
Octal 252 342 153 31 0 65 13 130 103 101
Binary 10101010 11100010 1101011 11001 0 110101 1011 1011000 1000011 1000001

Color Harmonies of #AAE26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE26B

Black with #AAE26B

Text Example


Text Example

White with #AAE26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE26B; }

 p { color: rgb(170,226,107); }

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

background-color css

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

 a { background-color: rgb(170,226,107); }

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

border-color css

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

 span { border-color: rgb(170,226,107); }

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