Html Css Color HEX #96C34C Atlantis

📋 copy color: '#96C34C'

red 150 ◦ green 195 ◦ blue 76

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

Shades of Atlantis #96C34C

Tints of Atlantis #96C34C

RGB

 RED value IS 150 (58.98% from 255) = 35.63%

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

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

R = 35.63%
G = 46.32%
B = 18.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#96C34C (or 0x96C34C) is known color: Atlantis. HEX triplet: 96, C3 and 4C. RGB value is (150,195,76). Sum of RGB (Red+Green+Blue) = 150+195+76=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #96C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C34C is #693CB3. Grayscale: #A8A8A8. Windows color (decimal): -6896820 or 5030806. OLE color: 5030806.

HSL color Cylindrical-coordinate representation of color #96C34C: hue angle of 82.69º degrees, saturation: 0.5, 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 #96C34C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 76 -
CMYK 0.23 0 0.61 0.24
HSL 82.69º 0.5% 0.53% -
HSV(B) 82.69º 0.61% 0.76% -
XYZ 33.4 46.04 13.96 -
YUV 167.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 150 195 76 0.23 0 0.61 0.24 82.69 0.5 0.53
Hex 96 C3 4C 17 0 3D 18 53 32 35
Octal 226 303 114 27 0 75 30 123 62 65
Binary 10010110 11000011 1001100 10111 0 111101 11000 1010011 110010 110101

Color Harmonies of #96C34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C34C

Black with #96C34C

Text Example


Text Example

White with #96C34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C34C; }

 p { color: rgb(150,195,76); }

 H1.HeaderClassName
 {
   color: #96C34C;
 }
 .AnyTagClassName
 {
   color: #96C34C;
 }
</style>

background-color css

<style>
 a { background-color: #96C34C; }

 a { background-color: rgb(150,195,76); }

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

border-color css

<style>
 span { border-color: #96C34C; }

 span { border-color: rgb(150,195,76); }

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