Html Css Color HEX #98C548 Atlantis

📋 copy color: '#98C548'

red 152 ◦ green 197 ◦ blue 72

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

Shades of Atlantis #98C548

Tints of Atlantis #98C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 72 (28.52% from 255) = 17.1%

R = 36.1%
G = 46.79%
B = 17.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#98C548 (or 0x98C548) is known color: Atlantis. HEX triplet: 98, C5 and 48. RGB value is (152,197,72). Sum of RGB (Red+Green+Blue) = 152+197+72=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #98C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C548 is #673AB7. Grayscale: #A9A9A9. Windows color (decimal): -6765240 or 4769176. OLE color: 4769176.

HSL color Cylindrical-coordinate representation of color #98C548: hue angle of 81.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98C548 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 72 -
CMYK 0.23 0 0.63 0.23
HSL 81.6º 0.52% 0.53% -
HSV(B) 81.6º 0.63% 0.77% -
XYZ 34.08 47.08 13.42 -
YUV 169.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 152 197 72 0.23 0 0.63 0.23 81.6 0.52 0.53
Hex 98 C5 48 17 0 3F 17 52 34 35
Octal 230 305 110 27 0 77 27 122 64 65
Binary 10011000 11000101 1001000 10111 0 111111 10111 1010010 110100 110101

Color Harmonies of #98C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C548

Black with #98C548

Text Example


Text Example

White with #98C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,72); }

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

background-color css

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

 a { background-color: rgb(152,197,72); }

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

border-color css

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

 span { border-color: rgb(152,197,72); }

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