Html Css Color HEX #98E140 Atlantis

📋 copy color: '#98E140'

red 152 ◦ green 225 ◦ blue 64

#98E140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #98E140

Tints of Atlantis #98E140

RGB

 RED value IS 152 (59.77% from 255) = 34.47%

 GREEN value IS 225 (88.28% from 255) = 51.02%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 34.47%
G = 51.02%
B = 14.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#98E140 (or 0x98E140) is known color: Atlantis. HEX triplet: 98, E1 and 40. RGB value is (152,225,64). Sum of RGB (Red+Green+Blue) = 152+225+64=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #98E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E140 is #671EBF. Grayscale: #B9B9B9. Windows color (decimal): -6758080 or 4252056. OLE color: 4252056.

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

Color convert

RGB 152 225 64 -
CMYK 0.32 0 0.72 0.12
HSL 87.2º 0.73% 0.57% -
HSV(B) 87.2º 0.72% 0.88% -
XYZ 40.8 60.9 14.45 -
YUV 184.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 152 225 64 0.32 0 0.72 0.12 87.2 0.73 0.57
Hex 98 E1 40 20 0 48 C 57 49 39
Octal 230 341 100 40 0 110 14 127 111 71
Binary 10011000 11100001 1000000 100000 0 1001000 1100 1010111 1001001 111001

Color Harmonies of #98E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E140

Black with #98E140

Text Example


Text Example

White with #98E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98E140; }

 p { color: rgb(152,225,64); }

 H1.HeaderClassName
 {
   color: #98E140;
 }
 .AnyTagClassName
 {
   color: #98E140;
 }
</style>

background-color css

<style>
 a { background-color: #98E140; }

 a { background-color: rgb(152,225,64); }

 div.DivClassName
 {
   background-color: #98E140;
 }
 .BgClassName
 {
   background-color: #98E140;
 }
</style>

border-color css

<style>
 span { border-color: #98E140; }

 span { border-color: rgb(152,225,64); }

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