Html Css Color HEX #99C053 Atlantis

📋 copy color: '#99C053'

red 153 ◦ green 192 ◦ blue 83

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

Shades of Atlantis #99C053

Tints of Atlantis #99C053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

 BLUE value IS 83 (32.81% from 255) = 19.39%

R = 35.75%
G = 44.86%
B = 19.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#99C053 (or 0x99C053) is known color: Atlantis. HEX triplet: 99, C0 and 53. RGB value is (153,192,83). Sum of RGB (Red+Green+Blue) = 153+192+83=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #99C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C053 is #663FAC. Grayscale: #A8A8A8. Windows color (decimal): -6700973 or 5488793. OLE color: 5488793.

HSL color Cylindrical-coordinate representation of color #99C053: hue angle of 81.47º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99C053 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 83 -
CMYK 0.20 0 0.57 0.25
HSL 81.47º 0.46% 0.54% -
HSV(B) 81.47º 0.57% 0.75% -
XYZ 33.55 45.1 15.12 -
YUV 167.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 153 192 83 0.20 0 0.57 0.25 81.47 0.46 0.54
Hex 99 C0 53 14 0 39 19 51 2E 36
Octal 231 300 123 24 0 71 31 121 56 66
Binary 10011001 11000000 1010011 10100 0 111001 11001 1010001 101110 110110

Color Harmonies of #99C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C053

Black with #99C053

Text Example


Text Example

White with #99C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,192,83); }

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

background-color css

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

 a { background-color: rgb(153,192,83); }

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

border-color css

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

 span { border-color: rgb(153,192,83); }

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