Html Css Color HEX #99C041 Atlantis

📋 copy color: '#99C041'

red 153 ◦ green 192 ◦ blue 65

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

Shades of Atlantis #99C041

Tints of Atlantis #99C041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 37.32%
G = 46.83%
B = 15.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#99C041 (or 0x99C041) is known color: Atlantis. HEX triplet: 99, C0 and 41. RGB value is (153,192,65). Sum of RGB (Red+Green+Blue) = 153+192+65=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #99C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C041 is #663FBE. Grayscale: #A6A6A6. Windows color (decimal): -6700991 or 4309145. OLE color: 4309145.

HSL color Cylindrical-coordinate representation of color #99C041: hue angle of 78.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99C041 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 65 -
CMYK 0.20 0 0.66 0.25
HSL 78.43º 0.5% 0.5% -
HSV(B) 78.43º 0.66% 0.75% -
XYZ 32.94 44.85 11.92 -
YUV 165.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 153 192 65 0.20 0 0.66 0.25 78.43 0.5 0.5
Hex 99 C0 41 14 0 42 19 4E 32 32
Octal 231 300 101 24 0 102 31 116 62 62
Binary 10011001 11000000 1000001 10100 0 1000010 11001 1001110 110010 110010

Color Harmonies of #99C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C041

Black with #99C041

Text Example


Text Example

White with #99C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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