Html Css Color HEX #98E130 Atlantis

📋 copy color: '#98E130'

red 152 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #98E130

Tints of Atlantis #98E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.29%

R = 35.76%
G = 52.94%
B = 11.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#98E130 (or 0x98E130) is known color: Atlantis. HEX triplet: 98, E1 and 30. RGB value is (152,225,48). Sum of RGB (Red+Green+Blue) = 152+225+48=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #98E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E130 is #671ECF. Grayscale: #B7B7B7. Windows color (decimal): -6758096 or 3203480. OLE color: 3203480.

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

Color convert

RGB 152 225 48 -
CMYK 0.32 0 0.79 0.12
HSL 84.75º 0.75% 0.54% -
HSV(B) 84.75º 0.79% 0.88% -
XYZ 40.41 60.74 12.39 -
YUV 183 51.82 105.89 -
System Red Green Blue C M Y K H S L
Decimal 152 225 48 0.32 0 0.79 0.12 84.75 0.75 0.54
Hex 98 E1 30 20 0 4F C 55 4B 36
Octal 230 341 60 40 0 117 14 125 113 66
Binary 10011000 11100001 110000 100000 0 1001111 1100 1010101 1001011 110110

Color Harmonies of #98E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E130

Black with #98E130

Text Example


Text Example

White with #98E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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