Html Css Color HEX #98D244 Atlantis

📋 copy color: '#98D244'

red 152 ◦ green 210 ◦ blue 68

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

Shades of Atlantis #98D244

Tints of Atlantis #98D244

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

 BLUE value IS 68 (26.95% from 255) = 15.81%

R = 35.35%
G = 48.84%
B = 15.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#98D244 (or 0x98D244) is known color: Atlantis. HEX triplet: 98, D2 and 44. RGB value is (152,210,68). Sum of RGB (Red+Green+Blue) = 152+210+68=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #98D244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D244 is #672DBB. Grayscale: #B0B0B0. Windows color (decimal): -6761916 or 4510360. OLE color: 4510360.

HSL color Cylindrical-coordinate representation of color #98D244: hue angle of 84.51º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98D244 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 68 -
CMYK 0.28 0 0.68 0.18
HSL 84.51º 0.61% 0.55% -
HSV(B) 84.51º 0.68% 0.82% -
XYZ 37.04 53.19 13.78 -
YUV 176.47 66.78 110.55 -
System Red Green Blue C M Y K H S L
Decimal 152 210 68 0.28 0 0.68 0.18 84.51 0.61 0.55
Hex 98 D2 44 1C 0 44 12 55 3D 37
Octal 230 322 104 34 0 104 22 125 75 67
Binary 10011000 11010010 1000100 11100 0 1000100 10010 1010101 111101 110111

Color Harmonies of #98D244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D244

Black with #98D244

Text Example


Text Example

White with #98D244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,68); }

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

background-color css

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

 a { background-color: rgb(152,210,68); }

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

border-color css

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

 span { border-color: rgb(152,210,68); }

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