Html Css Color HEX #98CA40 Atlantis

📋 copy color: '#98CA40'

red 152 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #98CA40

Tints of Atlantis #98CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

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

R = 36.36%
G = 48.33%
B = 15.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#98CA40 (or 0x98CA40) is known color: Atlantis. HEX triplet: 98, CA and 40. RGB value is (152,202,64). Sum of RGB (Red+Green+Blue) = 152+202+64=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA40 is #6735BF. Grayscale: #ABABAB. Windows color (decimal): -6763968 or 4246168. OLE color: 4246168.

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

Color convert

RGB 152 202 64 -
CMYK 0.25 0 0.68 0.21
HSL 81.74º 0.57% 0.52% -
HSV(B) 81.74º 0.68% 0.79% -
XYZ 34.99 49.29 12.52 -
YUV 171.32 67.44 114.22 -
System Red Green Blue C M Y K H S L
Decimal 152 202 64 0.25 0 0.68 0.21 81.74 0.57 0.52
Hex 98 CA 40 19 0 44 15 52 39 34
Octal 230 312 100 31 0 104 25 122 71 64
Binary 10011000 11001010 1000000 11001 0 1000100 10101 1010010 111001 110100

Color Harmonies of #98CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA40

Black with #98CA40

Text Example


Text Example

White with #98CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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