Html Css Color HEX #99C955 Atlantis

📋 copy color: '#99C955'

red 153 ◦ green 201 ◦ blue 85

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

Shades of Atlantis #99C955

Tints of Atlantis #99C955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 34.85%
G = 45.79%
B = 19.36%

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

#99C955 (or 0x99C955) is known color: Atlantis. HEX triplet: 99, C9 and 55. RGB value is (153,201,85). Sum of RGB (Red+Green+Blue) = 153+201+85=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #99C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C955 is #6636AA. Grayscale: #ADADAD. Windows color (decimal): -6698667 or 5622169. OLE color: 5622169.

HSL color Cylindrical-coordinate representation of color #99C955: hue angle of 84.83º degrees, saturation: 0.52, 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 #99C955 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 201 85 -
CMYK 0.24 0 0.58 0.21
HSL 84.83º 0.52% 0.56% -
HSV(B) 84.83º 0.58% 0.79% -
XYZ 35.66 49.2 16.21 -
YUV 173.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 153 201 85 0.24 0 0.58 0.21 84.83 0.52 0.56
Hex 99 C9 55 18 0 3A 15 55 34 38
Octal 231 311 125 30 0 72 25 125 64 70
Binary 10011001 11001001 1010101 11000 0 111010 10101 1010101 110100 111000

Color Harmonies of #99C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C955

Black with #99C955

Text Example


Text Example

White with #99C955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,201,85); }

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

background-color css

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

 a { background-color: rgb(153,201,85); }

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

border-color css

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

 span { border-color: rgb(153,201,85); }

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