Html Css Color HEX #98C247 Atlantis

📋 copy color: '#98C247'

red 152 ◦ green 194 ◦ blue 71

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

Shades of Atlantis #98C247

Tints of Atlantis #98C247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 36.45%
G = 46.52%
B = 17.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#98C247 (or 0x98C247) is known color: Atlantis. HEX triplet: 98, C2 and 47. RGB value is (152,194,71). Sum of RGB (Red+Green+Blue) = 152+194+71=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #98C247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C247 is #673DB8. Grayscale: #A7A7A7. Windows color (decimal): -6766009 or 4702872. OLE color: 4702872.

HSL color Cylindrical-coordinate representation of color #98C247: hue angle of 80.49º degrees, saturation: 0.5, 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 #98C247 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 194 71 -
CMYK 0.22 0 0.63 0.24
HSL 80.49º 0.5% 0.52% -
HSV(B) 80.49º 0.63% 0.76% -
XYZ 33.38 45.71 13.03 -
YUV 167.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 152 194 71 0.22 0 0.63 0.24 80.49 0.5 0.52
Hex 98 C2 47 16 0 3F 18 50 32 34
Octal 230 302 107 26 0 77 30 120 62 64
Binary 10011000 11000010 1000111 10110 0 111111 11000 1010000 110010 110100

Color Harmonies of #98C247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C247

Black with #98C247

Text Example


Text Example

White with #98C247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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