Html Css Color HEX #98C142 Atlantis

📋 copy color: '#98C142'

red 152 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #98C142

Tints of Atlantis #98C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 36.98%
G = 46.96%
B = 16.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#98C142 (or 0x98C142) is known color: Atlantis. HEX triplet: 98, C1 and 42. RGB value is (152,193,66). Sum of RGB (Red+Green+Blue) = 152+193+66=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #98C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C142 is #673EBD. Grayscale: #A6A6A6. Windows color (decimal): -6766270 or 4374936. OLE color: 4374936.

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

Color convert

RGB 152 193 66 -
CMYK 0.21 0 0.66 0.24
HSL 79.37º 0.51% 0.51% -
HSV(B) 79.37º 0.66% 0.76% -
XYZ 33 45.21 12.14 -
YUV 166.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 152 193 66 0.21 0 0.66 0.24 79.37 0.51 0.51
Hex 98 C1 42 15 0 42 18 4F 33 33
Octal 230 301 102 25 0 102 30 117 63 63
Binary 10011000 11000001 1000010 10101 0 1000010 11000 1001111 110011 110011

Color Harmonies of #98C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C142

Black with #98C142

Text Example


Text Example

White with #98C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,66); }

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

background-color css

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

 a { background-color: rgb(152,193,66); }

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

border-color css

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

 span { border-color: rgb(152,193,66); }

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