Html Css Color HEX #98D245 Atlantis

📋 copy color: '#98D245'

red 152 ◦ green 210 ◦ blue 69

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

Shades of Atlantis #98D245

Tints of Atlantis #98D245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.01%

R = 35.27%
G = 48.72%
B = 16.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#98D245 (or 0x98D245) is known color: Atlantis. HEX triplet: 98, D2 and 45. RGB value is (152,210,69). Sum of RGB (Red+Green+Blue) = 152+210+69=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #98D245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D245 is #672DBA. Grayscale: #B1B1B1. Windows color (decimal): -6761915 or 4575896. OLE color: 4575896.

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

Color convert

RGB 152 210 69 -
CMYK 0.28 0 0.67 0.18
HSL 84.68º 0.61% 0.55% -
HSV(B) 84.68º 0.67% 0.82% -
XYZ 37.07 53.2 13.94 -
YUV 176.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 152 210 69 0.28 0 0.67 0.18 84.68 0.61 0.55
Hex 98 D2 45 1C 0 43 12 55 3D 37
Octal 230 322 105 34 0 103 22 125 75 67
Binary 10011000 11010010 1000101 11100 0 1000011 10010 1010101 111101 110111

Color Harmonies of #98D245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D245

Black with #98D245

Text Example


Text Example

White with #98D245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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