Html Css Color HEX #99C93C Atlantis

📋 copy color: '#99C93C'

red 153 ◦ green 201 ◦ blue 60

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

Shades of Atlantis #99C93C

Tints of Atlantis #99C93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 36.96%
G = 48.55%
B = 14.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#99C93C (or 0x99C93C) is known color: Atlantis. HEX triplet: 99, C9 and 3C. RGB value is (153,201,60). Sum of RGB (Red+Green+Blue) = 153+201+60=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #99C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C93C is #6636C3. Grayscale: #ABABAB. Windows color (decimal): -6698692 or 3983769. OLE color: 3983769.

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

Color convert

RGB 153 201 60 -
CMYK 0.24 0 0.70 0.21
HSL 80.43º 0.57% 0.51% -
HSV(B) 80.43º 0.7% 0.79% -
XYZ 34.84 48.87 11.87 -
YUV 170.57 65.6 115.46 -
System Red Green Blue C M Y K H S L
Decimal 153 201 60 0.24 0 0.70 0.21 80.43 0.57 0.51
Hex 99 C9 3C 18 0 46 15 50 39 33
Octal 231 311 74 30 0 106 25 120 71 63
Binary 10011001 11001001 111100 11000 0 1000110 10101 1010000 111001 110011

Color Harmonies of #99C93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C93C

Black with #99C93C

Text Example


Text Example

White with #99C93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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