Html Css Color HEX #99C144 Atlantis

📋 copy color: '#99C144'

red 153 ◦ green 193 ◦ blue 68

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

Shades of Atlantis #99C144

Tints of Atlantis #99C144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 36.96%
G = 46.62%
B = 16.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#99C144 (or 0x99C144) is known color: Atlantis. HEX triplet: 99, C1 and 44. RGB value is (153,193,68). Sum of RGB (Red+Green+Blue) = 153+193+68=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #99C144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C144 is #663EBB. Grayscale: #A7A7A7. Windows color (decimal): -6700732 or 4506009. OLE color: 4506009.

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

Color convert

RGB 153 193 68 -
CMYK 0.21 0 0.65 0.24
HSL 79.2º 0.5% 0.51% -
HSV(B) 79.2º 0.65% 0.76% -
XYZ 33.25 45.33 12.47 -
YUV 166.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 153 193 68 0.21 0 0.65 0.24 79.2 0.5 0.51
Hex 99 C1 44 15 0 41 18 4F 32 33
Octal 231 301 104 25 0 101 30 117 62 63
Binary 10011001 11000001 1000100 10101 0 1000001 11000 1001111 110010 110011

Color Harmonies of #99C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C144

Black with #99C144

Text Example


Text Example

White with #99C144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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