Html Css Color HEX #98C148 Atlantis

📋 copy color: '#98C148'

red 152 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #98C148

Tints of Atlantis #98C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 36.45%
G = 46.28%
B = 17.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#98C148 (or 0x98C148) is known color: Atlantis. HEX triplet: 98, C1 and 48. RGB value is (152,193,72). Sum of RGB (Red+Green+Blue) = 152+193+72=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #98C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C148 is #673EB7. Grayscale: #A7A7A7. Windows color (decimal): -6766264 or 4768152. OLE color: 4768152.

HSL color Cylindrical-coordinate representation of color #98C148: hue angle of 80.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98C148 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 193 72 -
CMYK 0.21 0 0.63 0.24
HSL 80.33º 0.49% 0.52% -
HSV(B) 80.33º 0.63% 0.76% -
XYZ 33.19 45.28 13.12 -
YUV 166.95 74.42 117.34 -
System Red Green Blue C M Y K H S L
Decimal 152 193 72 0.21 0 0.63 0.24 80.33 0.49 0.52
Hex 98 C1 48 15 0 3F 18 50 31 34
Octal 230 301 110 25 0 77 30 120 61 64
Binary 10011000 11000001 1001000 10101 0 111111 11000 1010000 110001 110100

Color Harmonies of #98C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C148

Black with #98C148

Text Example


Text Example

White with #98C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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