#8FB14A

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

Shades of Chelsea Cucumber #8FB14A

Tints of Chelsea Cucumber #8FB14A

Color information

#8FB14A (or 0x8FB14A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B1 and 4A. RGB value is (143,177,74). Sum of RGB (Red+Green+Blue) = 143+177+74=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB14A is #704EB5. Grayscale: #9B9B9B. Windows color (decimal): -7360182 or 4895119. OLE color: 4895119.

HSL color Cylindrical-coordinate representation of color #8FB14A: hue angle of 79.81º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FB14A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB14317774-
CMYK0.1900.580.31
HSL79.81º41.04%49.22%-
HSV(B)79.81º58.19%69.41%-
XYZ28.2937.7812.28-
YUV155.0982.24119.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.29%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=36.29%
G=44.92%
B=18.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143177740.1900.580.3179.8141.0449.22
Hex8FB14A1303A1F502931
Octal21726111223072371205161
Binary10001111101100011001010100110111010111111010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,74); }

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

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

 a { background-color: rgb(143,177,74); }

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

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

 span { border-color: rgb(143,177,74); }

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