Html Css Color HEX #98C045 Atlantis

📋 copy color: '#98C045'

red 152 ◦ green 192 ◦ blue 69

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

Shades of Atlantis #98C045

Tints of Atlantis #98C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 36.8%
G = 46.49%
B = 16.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#98C045 (or 0x98C045) is known color: Atlantis. HEX triplet: 98, C0 and 45. RGB value is (152,192,69). Sum of RGB (Red+Green+Blue) = 152+192+69=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #98C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C045 is #673FBA. Grayscale: #A6A6A6. Windows color (decimal): -6766523 or 4571288. OLE color: 4571288.

HSL color Cylindrical-coordinate representation of color #98C045: hue angle of 79.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98C045 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 69 -
CMYK 0.21 0 0.64 0.25
HSL 79.51º 0.49% 0.51% -
HSV(B) 79.51º 0.64% 0.75% -
XYZ 32.87 44.8 12.55 -
YUV 166.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 152 192 69 0.21 0 0.64 0.25 79.51 0.49 0.51
Hex 98 C0 45 15 0 40 19 50 31 33
Octal 230 300 105 25 0 100 31 120 61 63
Binary 10011000 11000000 1000101 10101 0 1000000 11001 1010000 110001 110011

Color Harmonies of #98C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C045

Black with #98C045

Text Example


Text Example

White with #98C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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