Html Css Color HEX #98E93A Atlantis

📋 copy color: '#98E93A'

red 152 ◦ green 233 ◦ blue 58

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

Shades of Atlantis #98E93A

Tints of Atlantis #98E93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.6%

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 34.31%
G = 52.6%
B = 13.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#98E93A (or 0x98E93A) is known color: Atlantis. HEX triplet: 98, E9 and 3A. RGB value is (152,233,58). Sum of RGB (Red+Green+Blue) = 152+233+58=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #98E93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98E93A is #6716C5. Grayscale: #BDBDBD. Windows color (decimal): -6756038 or 3860888. OLE color: 3860888.

HSL color Cylindrical-coordinate representation of color #98E93A: hue angle of 87.77º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98E93A is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 233 58 -
CMYK 0.35 0 0.75 0.09
HSL 87.77º 0.8% 0.57% -
HSV(B) 87.77º 0.75% 0.91% -
XYZ 42.85 65.26 14.34 -
YUV 188.83 54.16 101.73 -
System Red Green Blue C M Y K H S L
Decimal 152 233 58 0.35 0 0.75 0.09 87.77 0.8 0.57
Hex 98 E9 3A 23 0 4B 9 58 50 39
Octal 230 351 72 43 0 113 11 130 120 71
Binary 10011000 11101001 111010 100011 0 1001011 1001 1011000 1010000 111001

Color Harmonies of #98E93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E93A

Black with #98E93A

Text Example


Text Example

White with #98E93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,233,58); }

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

background-color css

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

 a { background-color: rgb(152,233,58); }

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

border-color css

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

 span { border-color: rgb(152,233,58); }

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