Html Css Color HEX #98CE48 Atlantis

📋 copy color: '#98CE48'

red 152 ◦ green 206 ◦ blue 72

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

Shades of Atlantis #98CE48

Tints of Atlantis #98CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.91%

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

R = 35.35%
G = 47.91%
B = 16.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#98CE48 (or 0x98CE48) is known color: Atlantis. HEX triplet: 98, CE and 48. RGB value is (152,206,72). Sum of RGB (Red+Green+Blue) = 152+206+72=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CE48 is #6731B7. Grayscale: #AFAFAF. Windows color (decimal): -6762936 or 4771480. OLE color: 4771480.

HSL color Cylindrical-coordinate representation of color #98CE48: hue angle of 84.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98CE48 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 72 -
CMYK 0.26 0 0.65 0.19
HSL 84.18º 0.58% 0.55% -
HSV(B) 84.18º 0.65% 0.81% -
XYZ 36.19 51.29 14.12 -
YUV 174.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 152 206 72 0.26 0 0.65 0.19 84.18 0.58 0.55
Hex 98 CE 48 1A 0 41 13 54 3A 37
Octal 230 316 110 32 0 101 23 124 72 67
Binary 10011000 11001110 1001000 11010 0 1000001 10011 1010100 111010 110111

Color Harmonies of #98CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CE48

Black with #98CE48

Text Example


Text Example

White with #98CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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