Html Css Color HEX #99C53C Atlantis

📋 copy color: '#99C53C'

red 153 ◦ green 197 ◦ blue 60

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

Shades of Atlantis #99C53C

Tints of Atlantis #99C53C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 37.32%
G = 48.05%
B = 14.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#99C53C (or 0x99C53C) is known color: Atlantis. HEX triplet: 99, C5 and 3C. RGB value is (153,197,60). Sum of RGB (Red+Green+Blue) = 153+197+60=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #99C53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C53C is #663AC3. Grayscale: #A8A8A8. Windows color (decimal): -6699716 or 3982745. OLE color: 3982745.

HSL color Cylindrical-coordinate representation of color #99C53C: hue angle of 79.27º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99C53C is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 197 60 -
CMYK 0.22 0 0.70 0.23
HSL 79.27º 0.54% 0.5% -
HSV(B) 79.27º 0.7% 0.77% -
XYZ 33.92 47.03 11.57 -
YUV 168.23 66.92 117.14 -
System Red Green Blue C M Y K H S L
Decimal 153 197 60 0.22 0 0.70 0.23 79.27 0.54 0.5
Hex 99 C5 3C 16 0 46 17 4F 36 32
Octal 231 305 74 26 0 106 27 117 66 62
Binary 10011001 11000101 111100 10110 0 1000110 10111 1001111 110110 110010

Color Harmonies of #99C53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C53C

Black with #99C53C

Text Example


Text Example

White with #99C53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,197,60); }

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

background-color css

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

 a { background-color: rgb(153,197,60); }

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

border-color css

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

 span { border-color: rgb(153,197,60); }

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