Html Css Color HEX #96E03D Atlantis

📋 copy color: '#96E03D'

red 150 ◦ green 224 ◦ blue 61

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

Shades of Atlantis #96E03D

Tints of Atlantis #96E03D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 34.48%
G = 51.49%
B = 14.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#96E03D (or 0x96E03D) is known color: Atlantis. HEX triplet: 96, E0 and 3D. RGB value is (150,224,61). Sum of RGB (Red+Green+Blue) = 150+224+61=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #96E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E03D is #691FC2. Grayscale: #B7B7B7. Windows color (decimal): -6889411 or 4055190. OLE color: 4055190.

HSL color Cylindrical-coordinate representation of color #96E03D: hue angle of 87.24º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96E03D is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 61 -
CMYK 0.33 0 0.73 0.12
HSL 87.24º 0.72% 0.56% -
HSV(B) 87.24º 0.73% 0.88% -
XYZ 40.08 60.13 13.91 -
YUV 183.29 58.98 104.25 -
System Red Green Blue C M Y K H S L
Decimal 150 224 61 0.33 0 0.73 0.12 87.24 0.72 0.56
Hex 96 E0 3D 21 0 49 C 57 48 38
Octal 226 340 75 41 0 111 14 127 110 70
Binary 10010110 11100000 111101 100001 0 1001001 1100 1010111 1001000 111000

Color Harmonies of #96E03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E03D

Black with #96E03D

Text Example


Text Example

White with #96E03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,61); }

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

background-color css

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

 a { background-color: rgb(150,224,61); }

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

border-color css

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

 span { border-color: rgb(150,224,61); }

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