Html Css Color HEX #99C14C Atlantis

📋 copy color: '#99C14C'

red 153 ◦ green 193 ◦ blue 76

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

Shades of Atlantis #99C14C

Tints of Atlantis #99C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 36.26%
G = 45.73%
B = 18.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#99C14C (or 0x99C14C) is known color: Atlantis. HEX triplet: 99, C1 and 4C. RGB value is (153,193,76). Sum of RGB (Red+Green+Blue) = 153+193+76=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #99C14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C14C is #663EB3. Grayscale: #A8A8A8. Windows color (decimal): -6700724 or 5030297. OLE color: 5030297.

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

Color convert

RGB 153 193 76 -
CMYK 0.21 0 0.61 0.24
HSL 80.51º 0.49% 0.53% -
HSV(B) 80.51º 0.61% 0.76% -
XYZ 33.51 45.43 13.84 -
YUV 167.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 153 193 76 0.21 0 0.61 0.24 80.51 0.49 0.53
Hex 99 C1 4C 15 0 3D 18 51 31 35
Octal 231 301 114 25 0 75 30 121 61 65
Binary 10011001 11000001 1001100 10101 0 111101 11000 1010001 110001 110101

Color Harmonies of #99C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C14C

Black with #99C14C

Text Example


Text Example

White with #99C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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