Html Css Color HEX #98C350 Atlantis

📋 copy color: '#98C350'

red 152 ◦ green 195 ◦ blue 80

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

Shades of Atlantis #98C350

Tints of Atlantis #98C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 35.6%
G = 45.67%
B = 18.74%

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

#98C350 (or 0x98C350) is known color: Atlantis. HEX triplet: 98, C3 and 50. RGB value is (152,195,80). Sum of RGB (Red+Green+Blue) = 152+195+80=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #98C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C350 is #673CAF. Grayscale: #A9A9A9. Windows color (decimal): -6765744 or 5292952. OLE color: 5292952.

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

Color convert

RGB 152 195 80 -
CMYK 0.22 0 0.59 0.24
HSL 82.43º 0.49% 0.54% -
HSV(B) 82.43º 0.59% 0.76% -
XYZ 33.91 46.28 14.74 -
YUV 169.03 77.75 115.85 -
System Red Green Blue C M Y K H S L
Decimal 152 195 80 0.22 0 0.59 0.24 82.43 0.49 0.54
Hex 98 C3 50 16 0 3B 18 52 31 36
Octal 230 303 120 26 0 73 30 122 61 66
Binary 10011000 11000011 1010000 10110 0 111011 11000 1010010 110001 110110

Color Harmonies of #98C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C350

Black with #98C350

Text Example


Text Example

White with #98C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,80); }

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

background-color css

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

 a { background-color: rgb(152,195,80); }

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

border-color css

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

 span { border-color: rgb(152,195,80); }

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