Html Css Color HEX #98C343 Atlantis

📋 copy color: '#98C343'

red 152 ◦ green 195 ◦ blue 67

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

Shades of Atlantis #98C343

Tints of Atlantis #98C343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

 BLUE value IS 67 (26.56% from 255) = 16.18%

R = 36.71%
G = 47.1%
B = 16.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#98C343 (or 0x98C343) is known color: Atlantis. HEX triplet: 98, C3 and 43. RGB value is (152,195,67). Sum of RGB (Red+Green+Blue) = 152+195+67=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #98C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C343 is #673CBC. Grayscale: #A8A8A8. Windows color (decimal): -6765757 or 4440984. OLE color: 4440984.

HSL color Cylindrical-coordinate representation of color #98C343: hue angle of 80.16º degrees, saturation: 0.52, 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 #98C343 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 195 67 -
CMYK 0.22 0 0.66 0.24
HSL 80.16º 0.52% 0.51% -
HSV(B) 80.16º 0.66% 0.76% -
XYZ 33.48 46.11 12.45 -
YUV 167.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 152 195 67 0.22 0 0.66 0.24 80.16 0.52 0.51
Hex 98 C3 43 16 0 42 18 50 34 33
Octal 230 303 103 26 0 102 30 120 64 63
Binary 10011000 11000011 1000011 10110 0 1000010 11000 1010000 110100 110011

Color Harmonies of #98C343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C343

Black with #98C343

Text Example


Text Example

White with #98C343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,67); }

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

background-color css

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

 a { background-color: rgb(152,195,67); }

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

border-color css

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

 span { border-color: rgb(152,195,67); }

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