Html Css Color HEX #98CA44 Atlantis

📋 copy color: '#98CA44'

red 152 ◦ green 202 ◦ blue 68

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

Shades of Atlantis #98CA44

Tints of Atlantis #98CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.11%

R = 36.02%
G = 47.87%
B = 16.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#98CA44 (or 0x98CA44) is known color: Atlantis. HEX triplet: 98, CA and 44. RGB value is (152,202,68). Sum of RGB (Red+Green+Blue) = 152+202+68=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA44 is #6735BB. Grayscale: #ACACAC. Windows color (decimal): -6763964 or 4508312. OLE color: 4508312.

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

Color convert

RGB 152 202 68 -
CMYK 0.25 0 0.66 0.21
HSL 82.39º 0.56% 0.53% -
HSV(B) 82.39º 0.66% 0.79% -
XYZ 35.11 49.33 13.14 -
YUV 171.77 69.44 113.9 -
System Red Green Blue C M Y K H S L
Decimal 152 202 68 0.25 0 0.66 0.21 82.39 0.56 0.53
Hex 98 CA 44 19 0 42 15 52 38 35
Octal 230 312 104 31 0 102 25 122 70 65
Binary 10011000 11001010 1000100 11001 0 1000010 10101 1010010 111000 110101

Color Harmonies of #98CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA44

Black with #98CA44

Text Example


Text Example

White with #98CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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