Html Css Color HEX #98D14A Atlantis

📋 copy color: '#98D14A'

red 152 ◦ green 209 ◦ blue 74

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

Shades of Atlantis #98D14A

Tints of Atlantis #98D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.05%

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

R = 34.94%
G = 48.05%
B = 17.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#98D14A (or 0x98D14A) is known color: Atlantis. HEX triplet: 98, D1 and 4A. RGB value is (152,209,74). Sum of RGB (Red+Green+Blue) = 152+209+74=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #98D14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D14A is #672EB5. Grayscale: #B1B1B1. Windows color (decimal): -6762166 or 4903320. OLE color: 4903320.

HSL color Cylindrical-coordinate representation of color #98D14A: hue angle of 85.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98D14A is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 209 74 -
CMYK 0.27 0 0.65 0.18
HSL 85.33º 0.59% 0.55% -
HSV(B) 85.33º 0.65% 0.82% -
XYZ 36.99 52.77 14.72 -
YUV 176.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 152 209 74 0.27 0 0.65 0.18 85.33 0.59 0.55
Hex 98 D1 4A 1B 0 41 12 55 3B 37
Octal 230 321 112 33 0 101 22 125 73 67
Binary 10011000 11010001 1001010 11011 0 1000001 10010 1010101 111011 110111

Color Harmonies of #98D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D14A

Black with #98D14A

Text Example


Text Example

White with #98D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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