Html Css Color HEX #98C63C Atlantis

📋 copy color: '#98C63C'

red 152 ◦ green 198 ◦ blue 60

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

Shades of Atlantis #98C63C

Tints of Atlantis #98C63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 37.07%
G = 48.29%
B = 14.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#98C63C (or 0x98C63C) is known color: Atlantis. HEX triplet: 98, C6 and 3C. RGB value is (152,198,60). Sum of RGB (Red+Green+Blue) = 152+198+60=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #98C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C63C is #6739C3. Grayscale: #A9A9A9. Windows color (decimal): -6764996 or 3983000. OLE color: 3983000.

HSL color Cylindrical-coordinate representation of color #98C63C: hue angle of 80º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98C63C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 198 60 -
CMYK 0.23 0 0.70 0.22
HSL 80º 0.55% 0.51% -
HSV(B) 80º 0.7% 0.78% -
XYZ 33.96 47.39 11.63 -
YUV 168.51 66.76 116.22 -
System Red Green Blue C M Y K H S L
Decimal 152 198 60 0.23 0 0.70 0.22 80 0.55 0.51
Hex 98 C6 3C 17 0 46 16 50 37 33
Octal 230 306 74 27 0 106 26 120 67 63
Binary 10011000 11000110 111100 10111 0 1000110 10110 1010000 110111 110011

Color Harmonies of #98C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C63C

Black with #98C63C

Text Example


Text Example

White with #98C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,198,60); }

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

background-color css

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

 a { background-color: rgb(152,198,60); }

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

border-color css

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

 span { border-color: rgb(152,198,60); }

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