Html Css Color HEX #98CA4D Atlantis

📋 copy color: '#98CA4D'

red 152 ◦ green 202 ◦ blue 77

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

Shades of Atlantis #98CA4D

Tints of Atlantis #98CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 35.27%
G = 46.87%
B = 17.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#98CA4D (or 0x98CA4D) is known color: Atlantis. HEX triplet: 98, CA and 4D. RGB value is (152,202,77). Sum of RGB (Red+Green+Blue) = 152+202+77=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA4D is #6735B2. Grayscale: #ADADAD. Windows color (decimal): -6763955 or 5098136. OLE color: 5098136.

HSL color Cylindrical-coordinate representation of color #98CA4D: hue angle of 84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98CA4D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 77 -
CMYK 0.25 0 0.62 0.21
HSL 84º 0.54% 0.55% -
HSV(B) 84º 0.62% 0.79% -
XYZ 35.41 49.45 14.7 -
YUV 172.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 152 202 77 0.25 0 0.62 0.21 84 0.54 0.55
Hex 98 CA 4D 19 0 3E 15 54 36 37
Octal 230 312 115 31 0 76 25 124 66 67
Binary 10011000 11001010 1001101 11001 0 111110 10101 1010100 110110 110111

Color Harmonies of #98CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA4D

Black with #98CA4D

Text Example


Text Example

White with #98CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,77); }

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

background-color css

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

 a { background-color: rgb(152,202,77); }

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

border-color css

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

 span { border-color: rgb(152,202,77); }

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