Html Css Color HEX #98D445 Atlantis

📋 copy color: '#98D445'

red 152 ◦ green 212 ◦ blue 69

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

Shades of Atlantis #98D445

Tints of Atlantis #98D445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.96%

 BLUE value IS 69 (27.34% from 255) = 15.94%

R = 35.1%
G = 48.96%
B = 15.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#98D445 (or 0x98D445) is known color: Atlantis. HEX triplet: 98, D4 and 45. RGB value is (152,212,69). Sum of RGB (Red+Green+Blue) = 152+212+69=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #98D445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D445 is #672BBA. Grayscale: #B2B2B2. Windows color (decimal): -6761403 or 4576408. OLE color: 4576408.

HSL color Cylindrical-coordinate representation of color #98D445: hue angle of 85.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98D445 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 69 -
CMYK 0.28 0 0.67 0.17
HSL 85.17º 0.62% 0.55% -
HSV(B) 85.17º 0.67% 0.83% -
XYZ 37.57 54.19 14.11 -
YUV 177.76 66.62 109.63 -
System Red Green Blue C M Y K H S L
Decimal 152 212 69 0.28 0 0.67 0.17 85.17 0.62 0.55
Hex 98 D4 45 1C 0 43 11 55 3E 37
Octal 230 324 105 34 0 103 21 125 76 67
Binary 10011000 11010100 1000101 11100 0 1000011 10001 1010101 111110 110111

Color Harmonies of #98D445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D445

Black with #98D445

Text Example


Text Example

White with #98D445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,212,69); }

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

background-color css

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

 a { background-color: rgb(152,212,69); }

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

border-color css

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

 span { border-color: rgb(152,212,69); }

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