Html Css Color HEX #98D256 Atlantis

📋 copy color: '#98D256'

red 152 ◦ green 210 ◦ blue 86

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

Shades of Atlantis #98D256

Tints of Atlantis #98D256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.2%

R = 33.93%
G = 46.88%
B = 19.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#98D256 (or 0x98D256) is known color: Atlantis. HEX triplet: 98, D2 and 56. RGB value is (152,210,86). Sum of RGB (Red+Green+Blue) = 152+210+86=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #98D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D256 is #672DA9. Grayscale: #B2B2B2. Windows color (decimal): -6761898 or 5690008. OLE color: 5690008.

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

Color convert

RGB 152 210 86 -
CMYK 0.28 0 0.59 0.18
HSL 88.06º 0.58% 0.58% -
HSV(B) 88.06º 0.59% 0.82% -
XYZ 37.68 53.44 17.13 -
YUV 178.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 152 210 86 0.28 0 0.59 0.18 88.06 0.58 0.58
Hex 98 D2 56 1C 0 3B 12 58 3A 3A
Octal 230 322 126 34 0 73 22 130 72 72
Binary 10011000 11010010 1010110 11100 0 111011 10010 1011000 111010 111010

Color Harmonies of #98D256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D256

Black with #98D256

Text Example


Text Example

White with #98D256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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