#8fc24b

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

Shades of Atlantis #8FC24B

Tints of Atlantis #8FC24B

Color information

#8FC24B (or 0x8FC24B) is unknown color: approx Atlantis. HEX triplet: 8F, C2 and 4B. RGB value is (143,194,75). Sum of RGB (Red+Green+Blue) = 143+194+75=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC24B is #703DB4. Grayscale: #A5A5A5. Windows color (decimal): -7355829 or 4965007. OLE color: 4965007.

HSL color Cylindrical-coordinate representation of color #8FC24B: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FC24B is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB14319475-
CMYK0.2600.610.24
HSL85.71º49.38%52.75%-
HSV(B)85.71º61.34%76.08%-
XYZ31.8944.9313.65-
YUV165.1877.1112.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 194 (76.17% from 255) = 47.09%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=34.71%
G=47.09%
B=18.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143194750.2600.610.2485.7149.3852.75
Hex8FC24B1A03D18563135
Octal21730211332075301266165
Binary10001111110000101001011110100111101110001010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fc24b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,194,75); }

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

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

 a { background-color: rgb(143,194,75); }

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

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

 span { border-color: rgb(143,194,75); }

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