Html Css Color HEX #98C34A Atlantis

📋 copy color: '#98C34A'

red 152 ◦ green 195 ◦ blue 74

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

Shades of Atlantis #98C34A

Tints of Atlantis #98C34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 36.1%
G = 46.32%
B = 17.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#98C34A (or 0x98C34A) is known color: Atlantis. HEX triplet: 98, C3 and 4A. RGB value is (152,195,74). Sum of RGB (Red+Green+Blue) = 152+195+74=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #98C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C34A is #673CB5. Grayscale: #A8A8A8. Windows color (decimal): -6765750 or 4899736. OLE color: 4899736.

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

Color convert

RGB 152 195 74 -
CMYK 0.22 0 0.62 0.24
HSL 81.32º 0.5% 0.53% -
HSV(B) 81.32º 0.62% 0.76% -
XYZ 33.7 46.2 13.62 -
YUV 168.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 152 195 74 0.22 0 0.62 0.24 81.32 0.5 0.53
Hex 98 C3 4A 16 0 3E 18 51 32 35
Octal 230 303 112 26 0 76 30 121 62 65
Binary 10011000 11000011 1001010 10110 0 111110 11000 1010001 110010 110101

Color Harmonies of #98C34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C34A

Black with #98C34A

Text Example


Text Example

White with #98C34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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