#26AF5A

Color #26AF5A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #26AF5A

Tints of Eucalyptus #26AF5A

Color information

#26AF5A (or 0x26AF5A) is unknown color: approx Eucalyptus. HEX triplet: 26, AF and 5A. RGB value is (38,175,90). Sum of RGB (Red+Green+Blue) = 38+175+90=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #26AF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AF5A is #D950A5. Grayscale: #7C7C7C. Windows color (decimal): -14241958 or 5943078. OLE color: 5943078.

HSL color Cylindrical-coordinate representation of color #26AF5A: hue angle of 142.77º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AF5A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB3817590-
CMYK0.7800.490.31
HSL142.77º64.32%41.76%-
HSV(B)142.77º78.29%68.63%-
XYZ17.9731.8114.87-
YUV124.35108.6166.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=12.54%
G=57.76%
B=29.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38175900.7800.490.31142.7764.3241.76
Hex26AF5A4E0311F8f402a
Octal462571321160613721710052
Binary1001101010111110110101001110011000111111100011111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26AF5A; }

 p { color: rgb(38,175,90); }

 H1.HeaderClassName
 {
   color: #26AF5A;
 }
 .AnyTagClassName
 {
   color: #26AF5A;
 }
</style>
background-color css

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

 a { background-color: rgb(38,175,90); }

 div.DivClassName
 {
   background-color: #26AF5A;
 }
 .BgClassName
 {
   background-color: #26AF5A;
 }
</style>
border-color css

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

 span { border-color: rgb(38,175,90); }

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