Html Css Color HEX #98D13F Atlantis

📋 copy color: '#98D13F'

red 152 ◦ green 209 ◦ blue 63

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

Shades of Atlantis #98D13F

Tints of Atlantis #98D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 63 (25% from 255) = 14.86%

R = 35.85%
G = 49.29%
B = 14.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#98D13F (or 0x98D13F) is known color: Atlantis. HEX triplet: 98, D1 and 3F. RGB value is (152,209,63). Sum of RGB (Red+Green+Blue) = 152+209+63=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #98D13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D13F is #672EC0. Grayscale: #AFAFAF. Windows color (decimal): -6762177 or 4182424. OLE color: 4182424.

HSL color Cylindrical-coordinate representation of color #98D13F: hue angle of 83.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D13F is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 209 63 -
CMYK 0.27 0 0.70 0.18
HSL 83.42º 0.61% 0.53% -
HSV(B) 83.42º 0.7% 0.82% -
XYZ 36.65 52.64 12.93 -
YUV 175.31 64.62 111.37 -
System Red Green Blue C M Y K H S L
Decimal 152 209 63 0.27 0 0.70 0.18 83.42 0.61 0.53
Hex 98 D1 3F 1B 0 46 12 53 3D 35
Octal 230 321 77 33 0 106 22 123 75 65
Binary 10011000 11010001 111111 11011 0 1000110 10010 1010011 111101 110101

Color Harmonies of #98D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D13F

Black with #98D13F

Text Example


Text Example

White with #98D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,209,63); }

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

background-color css

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

 a { background-color: rgb(152,209,63); }

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

border-color css

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

 span { border-color: rgb(152,209,63); }

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