Html Css Color HEX #99CA54 Atlantis

📋 copy color: '#99CA54'

red 153 ◦ green 202 ◦ blue 84

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

Shades of Atlantis #99CA54

Tints of Atlantis #99CA54

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

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

 BLUE value IS 84 (33.2% from 255) = 19.13%

R = 34.85%
G = 46.01%
B = 19.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#99CA54 (or 0x99CA54) is known color: Atlantis. HEX triplet: 99, CA and 54. RGB value is (153,202,84). Sum of RGB (Red+Green+Blue) = 153+202+84=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA54 is #6635AB. Grayscale: #AEAEAE. Windows color (decimal): -6698412 or 5556889. OLE color: 5556889.

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

Color convert

RGB 153 202 84 -
CMYK 0.24 0 0.58 0.21
HSL 84.92º 0.53% 0.56% -
HSV(B) 84.92º 0.58% 0.79% -
XYZ 35.86 49.65 16.08 -
YUV 173.9 77.27 113.09 -
System Red Green Blue C M Y K H S L
Decimal 153 202 84 0.24 0 0.58 0.21 84.92 0.53 0.56
Hex 99 CA 54 18 0 3A 15 55 35 38
Octal 231 312 124 30 0 72 25 125 65 70
Binary 10011001 11001010 1010100 11000 0 111010 10101 1010101 110101 111000

Color Harmonies of #99CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CA54

Black with #99CA54

Text Example


Text Example

White with #99CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CA54; }

 p { color: rgb(153,202,84); }

 H1.HeaderClassName
 {
   color: #99CA54;
 }
 .AnyTagClassName
 {
   color: #99CA54;
 }
</style>

background-color css

<style>
 a { background-color: #99CA54; }

 a { background-color: rgb(153,202,84); }

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

border-color css

<style>
 span { border-color: #99CA54; }

 span { border-color: rgb(153,202,84); }

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