#8AB75E

Color #8AB75E Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8AB75E

Tints of Chelsea Cucumber #8AB75E

Color information

#8AB75E (or 0x8AB75E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B7 and 5E. RGB value is (138,183,94). Sum of RGB (Red+Green+Blue) = 138+183+94=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB75E is #7548A1. Grayscale: #9F9F9F. Windows color (decimal): -7686306 or 6207370. OLE color: 6207370.

HSL color Cylindrical-coordinate representation of color #8AB75E: hue angle of 90.34º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB75E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB13818394-
CMYK0.2500.490.28
HSL90.34º38.2%54.31%-
HSV(B)90.34º48.63%71.76%-
XYZ29.4440.0816.77-
YUV159.491.09112.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 183 (71.88% from 255) = 44.10%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=33.25%
G=44.10%
B=22.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183940.2500.490.2890.3438.254.31
Hex8AB75E190311C5a2636
Octal21226713631061341324666
Binary10001010101101111011110110010110001111001011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB75E; }

 p { color: rgb(138,183,94); }

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

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

 a { background-color: rgb(138,183,94); }

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

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

 span { border-color: rgb(138,183,94); }

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