Html Css Color HEX #96DC4A Atlantis

📋 copy color: '#96DC4A'

red 150 ◦ green 220 ◦ blue 74

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

Shades of Atlantis #96DC4A

Tints of Atlantis #96DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 33.78%
G = 49.55%
B = 16.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#96DC4A (or 0x96DC4A) is known color: Atlantis. HEX triplet: 96, DC and 4A. RGB value is (150,220,74). Sum of RGB (Red+Green+Blue) = 150+220+74=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DC4A is #6923B5. Grayscale: #B6B6B6. Windows color (decimal): -6890422 or 4906134. OLE color: 4906134.

HSL color Cylindrical-coordinate representation of color #96DC4A: hue angle of 88.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96DC4A is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 74 -
CMYK 0.32 0 0.66 0.14
HSL 88.77º 0.68% 0.58% -
HSV(B) 88.77º 0.66% 0.86% -
XYZ 39.41 58.16 15.63 -
YUV 182.43 66.81 104.87 -
System Red Green Blue C M Y K H S L
Decimal 150 220 74 0.32 0 0.66 0.14 88.77 0.68 0.58
Hex 96 DC 4A 20 0 42 E 59 44 3A
Octal 226 334 112 40 0 102 16 131 104 72
Binary 10010110 11011100 1001010 100000 0 1000010 1110 1011001 1000100 111010

Color Harmonies of #96DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC4A

Black with #96DC4A

Text Example


Text Example

White with #96DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,74); }

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

background-color css

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

 a { background-color: rgb(150,220,74); }

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

border-color css

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

 span { border-color: rgb(150,220,74); }

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