Html Css Color HEX #98C03F Atlantis

📋 copy color: '#98C03F'

red 152 ◦ green 192 ◦ blue 63

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

Shades of Atlantis #98C03F

Tints of Atlantis #98C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 37.35%
G = 47.17%
B = 15.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#98C03F (or 0x98C03F) is known color: Atlantis. HEX triplet: 98, C0 and 3F. RGB value is (152,192,63). Sum of RGB (Red+Green+Blue) = 152+192+63=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #98C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C03F is #673FC0. Grayscale: #A5A5A5. Windows color (decimal): -6766529 or 4178072. OLE color: 4178072.

HSL color Cylindrical-coordinate representation of color #98C03F: hue angle of 78.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98C03F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 63 -
CMYK 0.21 0 0.67 0.25
HSL 78.6º 0.51% 0.5% -
HSV(B) 78.6º 0.67% 0.75% -
XYZ 32.7 44.73 11.61 -
YUV 165.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 152 192 63 0.21 0 0.67 0.25 78.6 0.51 0.5
Hex 98 C0 3F 15 0 43 19 4F 33 32
Octal 230 300 77 25 0 103 31 117 63 62
Binary 10011000 11000000 111111 10101 0 1000011 11001 1001111 110011 110010

Color Harmonies of #98C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C03F

Black with #98C03F

Text Example


Text Example

White with #98C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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