Html Css Color HEX #98D039 Atlantis

📋 copy color: '#98D039'

red 152 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #98D039

Tints of Atlantis #98D039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

 BLUE value IS 57 (22.66% from 255) = 13.67%

R = 36.45%
G = 49.88%
B = 13.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#98D039 (or 0x98D039) is known color: Atlantis. HEX triplet: 98, D0 and 39. RGB value is (152,208,57). Sum of RGB (Red+Green+Blue) = 152+208+57=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #98D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D039 is #672FC6. Grayscale: #AEAEAE. Windows color (decimal): -6762439 or 3788952. OLE color: 3788952.

HSL color Cylindrical-coordinate representation of color #98D039: hue angle of 82.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98D039 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 57 -
CMYK 0.27 0 0.73 0.18
HSL 82.25º 0.62% 0.52% -
HSV(B) 82.25º 0.73% 0.82% -
XYZ 36.24 52.08 12.01 -
YUV 174.04 61.95 112.28 -
System Red Green Blue C M Y K H S L
Decimal 152 208 57 0.27 0 0.73 0.18 82.25 0.62 0.52
Hex 98 D0 39 1B 0 49 12 52 3E 34
Octal 230 320 71 33 0 111 22 122 76 64
Binary 10011000 11010000 111001 11011 0 1001001 10010 1010010 111110 110100

Color Harmonies of #98D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D039

Black with #98D039

Text Example


Text Example

White with #98D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,57); }

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

background-color css

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

 a { background-color: rgb(152,208,57); }

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

border-color css

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

 span { border-color: rgb(152,208,57); }

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