Html Css Color HEX #99C340 Atlantis

📋 copy color: '#99C340'

red 153 ◦ green 195 ◦ blue 64

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

Shades of Atlantis #99C340

Tints of Atlantis #99C340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 37.14%
G = 47.33%
B = 15.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#99C340 (or 0x99C340) is known color: Atlantis. HEX triplet: 99, C3 and 40. RGB value is (153,195,64). Sum of RGB (Red+Green+Blue) = 153+195+64=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #99C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C340 is #663CBF. Grayscale: #A7A7A7. Windows color (decimal): -6700224 or 4244377. OLE color: 4244377.

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

Color convert

RGB 153 195 64 -
CMYK 0.22 0 0.67 0.24
HSL 79.24º 0.52% 0.51% -
HSV(B) 79.24º 0.67% 0.76% -
XYZ 33.58 46.17 11.99 -
YUV 167.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 153 195 64 0.22 0 0.67 0.24 79.24 0.52 0.51
Hex 99 C3 40 16 0 43 18 4F 34 33
Octal 231 303 100 26 0 103 30 117 64 63
Binary 10011001 11000011 1000000 10110 0 1000011 11000 1001111 110100 110011

Color Harmonies of #99C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C340

Black with #99C340

Text Example


Text Example

White with #99C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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