Html Css Color HEX #99B745 Atlantis

📋 copy color: '#99B745'

red 153 ◦ green 183 ◦ blue 69

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

Shades of Atlantis #99B745

Tints of Atlantis #99B745

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 37.78%
G = 45.19%
B = 17.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#99B745 (or 0x99B745) is known color: Atlantis. HEX triplet: 99, B7 and 45. RGB value is (153,183,69). Sum of RGB (Red+Green+Blue) = 153+183+69=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #99B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B745 is #6648BA. Grayscale: #A1A1A1. Windows color (decimal): -6703291 or 4568985. OLE color: 4568985.

HSL color Cylindrical-coordinate representation of color #99B745: hue angle of 75.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99B745 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 69 -
CMYK 0.16 0 0.62 0.28
HSL 75.79º 0.45% 0.49% -
HSV(B) 75.79º 0.62% 0.72% -
XYZ 31.14 41.07 11.92 -
YUV 161.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 153 183 69 0.16 0 0.62 0.28 75.79 0.45 0.49
Hex 99 B7 45 10 0 3E 1C 4C 2D 31
Octal 231 267 105 20 0 76 34 114 55 61
Binary 10011001 10110111 1000101 10000 0 111110 11100 1001100 101101 110001

Color Harmonies of #99B745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B745

Black with #99B745

Text Example


Text Example

White with #99B745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,69); }

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

background-color css

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

 a { background-color: rgb(153,183,69); }

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

border-color css

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

 span { border-color: rgb(153,183,69); }

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