Html Css Color HEX #99C141 Atlantis

📋 copy color: '#99C141'

red 153 ◦ green 193 ◦ blue 65

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

Shades of Atlantis #99C141

Tints of Atlantis #99C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 37.23%
G = 46.96%
B = 15.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#99C141 (or 0x99C141) is known color: Atlantis. HEX triplet: 99, C1 and 41. RGB value is (153,193,65). Sum of RGB (Red+Green+Blue) = 153+193+65=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #99C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C141 is #663EBE. Grayscale: #A6A6A6. Windows color (decimal): -6700735 or 4309401. OLE color: 4309401.

HSL color Cylindrical-coordinate representation of color #99C141: hue angle of 78.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99C141 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 193 65 -
CMYK 0.21 0 0.66 0.24
HSL 78.75º 0.51% 0.51% -
HSV(B) 78.75º 0.66% 0.76% -
XYZ 33.16 45.29 12 -
YUV 166.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 153 193 65 0.21 0 0.66 0.24 78.75 0.51 0.51
Hex 99 C1 41 15 0 42 18 4F 33 33
Octal 231 301 101 25 0 102 30 117 63 63
Binary 10011001 11000001 1000001 10101 0 1000010 11000 1001111 110011 110011

Color Harmonies of #99C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C141

Black with #99C141

Text Example


Text Example

White with #99C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,193,65); }

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

background-color css

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

 a { background-color: rgb(153,193,65); }

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

border-color css

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

 span { border-color: rgb(153,193,65); }

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