Html Css Color HEX #98C240 Atlantis

📋 copy color: '#98C240'

red 152 ◦ green 194 ◦ blue 64

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

Shades of Atlantis #98C240

Tints of Atlantis #98C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

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

R = 37.07%
G = 47.32%
B = 15.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#98C240 (or 0x98C240) is known color: Atlantis. HEX triplet: 98, C2 and 40. RGB value is (152,194,64). Sum of RGB (Red+Green+Blue) = 152+194+64=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #98C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C240 is #673DBF. Grayscale: #A7A7A7. Windows color (decimal): -6766016 or 4244120. OLE color: 4244120.

HSL color Cylindrical-coordinate representation of color #98C240: hue angle of 79.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98C240 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 194 64 -
CMYK 0.22 0 0.67 0.24
HSL 79.38º 0.52% 0.51% -
HSV(B) 79.38º 0.67% 0.76% -
XYZ 33.17 45.63 11.91 -
YUV 166.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 152 194 64 0.22 0 0.67 0.24 79.38 0.52 0.51
Hex 98 C2 40 16 0 43 18 4F 34 33
Octal 230 302 100 26 0 103 30 117 64 63
Binary 10011000 11000010 1000000 10110 0 1000011 11000 1001111 110100 110011

Color Harmonies of #98C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C240

Black with #98C240

Text Example


Text Example

White with #98C240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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