Html Css Color HEX #98BC40 Atlantis

📋 copy color: '#98BC40'

red 152 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #98BC40

Tints of Atlantis #98BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 37.62%
G = 46.53%
B = 15.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#98BC40 (or 0x98BC40) is known color: Atlantis. HEX triplet: 98, BC and 40. RGB value is (152,188,64). Sum of RGB (Red+Green+Blue) = 152+188+64=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC40 is #6743BF. Grayscale: #A3A3A3. Windows color (decimal): -6767552 or 4242584. OLE color: 4242584.

HSL color Cylindrical-coordinate representation of color #98BC40: hue angle of 77.42º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98BC40 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 64 -
CMYK 0.19 0 0.66 0.26
HSL 77.42º 0.49% 0.49% -
HSV(B) 77.42º 0.66% 0.74% -
XYZ 31.86 43.01 11.47 -
YUV 163.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 152 188 64 0.19 0 0.66 0.26 77.42 0.49 0.49
Hex 98 BC 40 13 0 42 1A 4D 31 31
Octal 230 274 100 23 0 102 32 115 61 61
Binary 10011000 10111100 1000000 10011 0 1000010 11010 1001101 110001 110001

Color Harmonies of #98BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC40

Black with #98BC40

Text Example


Text Example

White with #98BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,64); }

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

background-color css

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

 a { background-color: rgb(152,188,64); }

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

border-color css

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

 span { border-color: rgb(152,188,64); }

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