Html Css Color HEX #98C24F Atlantis

📋 copy color: '#98C24F'

red 152 ◦ green 194 ◦ blue 79

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

Shades of Atlantis #98C24F

Tints of Atlantis #98C24F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

 BLUE value IS 79 (31.25% from 255) = 18.59%

R = 35.76%
G = 45.65%
B = 18.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#98C24F (or 0x98C24F) is known color: Atlantis. HEX triplet: 98, C2 and 4F. RGB value is (152,194,79). Sum of RGB (Red+Green+Blue) = 152+194+79=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #98C24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C24F is #673DB0. Grayscale: #A8A8A8. Windows color (decimal): -6766001 or 5227160. OLE color: 5227160.

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

Color convert

RGB 152 194 79 -
CMYK 0.22 0 0.59 0.24
HSL 81.91º 0.49% 0.54% -
HSV(B) 81.91º 0.59% 0.76% -
XYZ 33.65 45.82 14.47 -
YUV 168.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 152 194 79 0.22 0 0.59 0.24 81.91 0.49 0.54
Hex 98 C2 4F 16 0 3B 18 52 31 36
Octal 230 302 117 26 0 73 30 122 61 66
Binary 10011000 11000010 1001111 10110 0 111011 11000 1010010 110001 110110

Color Harmonies of #98C24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C24F

Black with #98C24F

Text Example


Text Example

White with #98C24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,79); }

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

background-color css

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

 a { background-color: rgb(152,194,79); }

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

border-color css

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

 span { border-color: rgb(152,194,79); }

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