Html Css Color HEX #96D54C Atlantis

📋 copy color: '#96D54C'

red 150 ◦ green 213 ◦ blue 76

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

Shades of Atlantis #96D54C

Tints of Atlantis #96D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

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

R = 34.17%
G = 48.52%
B = 17.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#96D54C (or 0x96D54C) is known color: Atlantis. HEX triplet: 96, D5 and 4C. RGB value is (150,213,76). Sum of RGB (Red+Green+Blue) = 150+213+76=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #96D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D54C is #692AB3. Grayscale: #B3B3B3. Windows color (decimal): -6892212 or 5035414. OLE color: 5035414.

HSL color Cylindrical-coordinate representation of color #96D54C: hue angle of 87.59º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96D54C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 76 -
CMYK 0.30 0 0.64 0.16
HSL 87.59º 0.62% 0.57% -
HSV(B) 87.59º 0.64% 0.84% -
XYZ 37.68 54.59 15.39 -
YUV 178.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 150 213 76 0.30 0 0.64 0.16 87.59 0.62 0.57
Hex 96 D5 4C 1E 0 40 10 58 3E 39
Octal 226 325 114 36 0 100 20 130 76 71
Binary 10010110 11010101 1001100 11110 0 1000000 10000 1011000 111110 111001

Color Harmonies of #96D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D54C

Black with #96D54C

Text Example


Text Example

White with #96D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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