Html Css Color HEX #98D14B Atlantis

📋 copy color: '#98D14B'

red 152 ◦ green 209 ◦ blue 75

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

Shades of Atlantis #98D14B

Tints of Atlantis #98D14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.2%

R = 34.86%
G = 47.94%
B = 17.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#98D14B (or 0x98D14B) is known color: Atlantis. HEX triplet: 98, D1 and 4B. RGB value is (152,209,75). Sum of RGB (Red+Green+Blue) = 152+209+75=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #98D14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D14B is #672EB4. Grayscale: #B1B1B1. Windows color (decimal): -6762165 or 4968856. OLE color: 4968856.

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

Color convert

RGB 152 209 75 -
CMYK 0.27 0 0.64 0.18
HSL 85.52º 0.59% 0.56% -
HSV(B) 85.52º 0.64% 0.82% -
XYZ 37.02 52.78 14.89 -
YUV 176.68 70.62 110.4 -
System Red Green Blue C M Y K H S L
Decimal 152 209 75 0.27 0 0.64 0.18 85.52 0.59 0.56
Hex 98 D1 4B 1B 0 40 12 56 3B 38
Octal 230 321 113 33 0 100 22 126 73 70
Binary 10011000 11010001 1001011 11011 0 1000000 10010 1010110 111011 111000

Color Harmonies of #98D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D14B

Black with #98D14B

Text Example


Text Example

White with #98D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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