Html Css Color HEX #98C03D Atlantis

📋 copy color: '#98C03D'

red 152 ◦ green 192 ◦ blue 61

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

Shades of Atlantis #98C03D

Tints of Atlantis #98C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 37.53%
G = 47.41%
B = 15.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#98C03D (or 0x98C03D) is known color: Atlantis. HEX triplet: 98, C0 and 3D. RGB value is (152,192,61). Sum of RGB (Red+Green+Blue) = 152+192+61=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #98C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C03D is #673FC2. Grayscale: #A5A5A5. Windows color (decimal): -6766531 or 4047000. OLE color: 4047000.

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

Color convert

RGB 152 192 61 -
CMYK 0.21 0 0.68 0.25
HSL 78.32º 0.52% 0.5% -
HSV(B) 78.32º 0.68% 0.75% -
XYZ 32.64 44.71 11.32 -
YUV 165.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 152 192 61 0.21 0 0.68 0.25 78.32 0.52 0.5
Hex 98 C0 3D 15 0 44 19 4E 34 32
Octal 230 300 75 25 0 104 31 116 64 62
Binary 10011000 11000000 111101 10101 0 1000100 11001 1001110 110100 110010

Color Harmonies of #98C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C03D

Black with #98C03D

Text Example


Text Example

White with #98C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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