Html Css Color HEX #98C646 Atlantis

📋 copy color: '#98C646'

red 152 ◦ green 198 ◦ blue 70

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

Shades of Atlantis #98C646

Tints of Atlantis #98C646

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 36.19%
G = 47.14%
B = 16.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#98C646 (or 0x98C646) is known color: Atlantis. HEX triplet: 98, C6 and 46. RGB value is (152,198,70). Sum of RGB (Red+Green+Blue) = 152+198+70=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #98C646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C646 is #6739B9. Grayscale: #AAAAAA. Windows color (decimal): -6764986 or 4638360. OLE color: 4638360.

HSL color Cylindrical-coordinate representation of color #98C646: hue angle of 81.56º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98C646 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 198 70 -
CMYK 0.23 0 0.65 0.22
HSL 81.56º 0.53% 0.53% -
HSV(B) 81.56º 0.65% 0.78% -
XYZ 34.25 47.51 13.16 -
YUV 169.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 152 198 70 0.23 0 0.65 0.22 81.56 0.53 0.53
Hex 98 C6 46 17 0 41 16 52 35 35
Octal 230 306 106 27 0 101 26 122 65 65
Binary 10011000 11000110 1000110 10111 0 1000001 10110 1010010 110101 110101

Color Harmonies of #98C646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C646

Black with #98C646

Text Example


Text Example

White with #98C646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,198,70); }

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

background-color css

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

 a { background-color: rgb(152,198,70); }

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

border-color css

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

 span { border-color: rgb(152,198,70); }

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