Html Css Color HEX #99C33F Atlantis

📋 copy color: '#99C33F'

red 153 ◦ green 195 ◦ blue 63

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

Shades of Atlantis #99C33F

Tints of Atlantis #99C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 63 (25% from 255) = 15.33%

R = 37.23%
G = 47.45%
B = 15.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#99C33F (or 0x99C33F) is known color: Atlantis. HEX triplet: 99, C3 and 3F. RGB value is (153,195,63). Sum of RGB (Red+Green+Blue) = 153+195+63=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #99C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C33F is #663CC0. Grayscale: #A7A7A7. Windows color (decimal): -6700225 or 4178841. OLE color: 4178841.

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

Color convert

RGB 153 195 63 -
CMYK 0.22 0 0.68 0.24
HSL 79.09º 0.52% 0.51% -
HSV(B) 79.09º 0.68% 0.76% -
XYZ 33.55 46.16 11.84 -
YUV 167.39 69.09 117.73 -
System Red Green Blue C M Y K H S L
Decimal 153 195 63 0.22 0 0.68 0.24 79.09 0.52 0.51
Hex 99 C3 3F 16 0 44 18 4F 34 33
Octal 231 303 77 26 0 104 30 117 64 63
Binary 10011001 11000011 111111 10110 0 1000100 11000 1001111 110100 110011

Color Harmonies of #99C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C33F

Black with #99C33F

Text Example


Text Example

White with #99C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,195,63); }

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

background-color css

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

 a { background-color: rgb(153,195,63); }

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

border-color css

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

 span { border-color: rgb(153,195,63); }

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