Html Css Color HEX #98C352 Atlantis

📋 copy color: '#98C352'

red 152 ◦ green 195 ◦ blue 82

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

Shades of Atlantis #98C352

Tints of Atlantis #98C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 35.43%
G = 45.45%
B = 19.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#98C352 (or 0x98C352) is known color: Atlantis. HEX triplet: 98, C3 and 52. RGB value is (152,195,82). Sum of RGB (Red+Green+Blue) = 152+195+82=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #98C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C352 is #673CAD. Grayscale: #A9A9A9. Windows color (decimal): -6765742 or 5424024. OLE color: 5424024.

HSL color Cylindrical-coordinate representation of color #98C352: hue angle of 82.83º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98C352 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 195 82 -
CMYK 0.22 0 0.58 0.24
HSL 82.83º 0.48% 0.54% -
HSV(B) 82.83º 0.58% 0.76% -
XYZ 33.99 46.31 15.13 -
YUV 169.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 152 195 82 0.22 0 0.58 0.24 82.83 0.48 0.54
Hex 98 C3 52 16 0 3A 18 53 30 36
Octal 230 303 122 26 0 72 30 123 60 66
Binary 10011000 11000011 1010010 10110 0 111010 11000 1010011 110000 110110

Color Harmonies of #98C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C352

Black with #98C352

Text Example


Text Example

White with #98C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,82); }

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

background-color css

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

 a { background-color: rgb(152,195,82); }

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

border-color css

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

 span { border-color: rgb(152,195,82); }

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