Html Css Color HEX #98C351 Atlantis

📋 copy color: '#98C351'

red 152 ◦ green 195 ◦ blue 81

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

Shades of Atlantis #98C351

Tints of Atlantis #98C351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 35.51%
G = 45.56%
B = 18.93%

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

#98C351 (or 0x98C351) is known color: Atlantis. HEX triplet: 98, C3 and 51. RGB value is (152,195,81). Sum of RGB (Red+Green+Blue) = 152+195+81=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #98C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C351 is #673CAE. Grayscale: #A9A9A9. Windows color (decimal): -6765743 or 5358488. OLE color: 5358488.

HSL color Cylindrical-coordinate representation of color #98C351: hue angle of 82.63º degrees, saturation: 0.49, 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 #98C351 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 195 81 -
CMYK 0.22 0 0.58 0.24
HSL 82.63º 0.49% 0.54% -
HSV(B) 82.63º 0.58% 0.76% -
XYZ 33.95 46.3 14.93 -
YUV 169.15 78.25 115.77 -
System Red Green Blue C M Y K H S L
Decimal 152 195 81 0.22 0 0.58 0.24 82.63 0.49 0.54
Hex 98 C3 51 16 0 3A 18 53 31 36
Octal 230 303 121 26 0 72 30 123 61 66
Binary 10011000 11000011 1010001 10110 0 111010 11000 1010011 110001 110110

Color Harmonies of #98C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C351

Black with #98C351

Text Example


Text Example

White with #98C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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