#97E03F

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

Shades of Atlantis #97E03F

Tints of Atlantis #97E03F

Color information

#97E03F (or 0x97E03F) is unknown color: approx Atlantis. HEX triplet: 97, E0 and 3F. RGB value is (151,224,63). Sum of RGB (Red+Green+Blue) = 151+224+63=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #97E03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E03F is #681FC0. Grayscale: #B8B8B8. Windows color (decimal): -6823873 or 4186263. OLE color: 4186263.

HSL color Cylindrical-coordinate representation of color #97E03F: hue angle of 87.2º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97E03F is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB15122463-
CMYK0.3300.720.12
HSL87.2º72.2%56.27%-
HSV(B)87.2º71.88%87.84%-
XYZ40.3260.2514.21-
YUV183.8259.82104.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 224 (87.89% from 255) = 51.14%
BLUE value IS 63 (25% from 255) = 14.38%
R=34.47%
G=51.14%
B=14.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151224630.3300.720.1287.272.256.27
Hex97E03F21048C574838
Octal227340774101101412711070
Binary100101111110000011111110000101001000110010101111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97E03F; }

 p { color: rgb(151,224,63); }

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

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

 a { background-color: rgb(151,224,63); }

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

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

 span { border-color: rgb(151,224,63); }

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