Html Css Color HEX #96E13D Atlantis

📋 copy color: '#96E13D'

red 150 ◦ green 225 ◦ blue 61

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

Shades of Atlantis #96E13D

Tints of Atlantis #96E13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

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

R = 34.4%
G = 51.61%
B = 13.99%

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

#96E13D (or 0x96E13D) is known color: Atlantis. HEX triplet: 96, E1 and 3D. RGB value is (150,225,61). Sum of RGB (Red+Green+Blue) = 150+225+61=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #96E13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E13D is #691EC2. Grayscale: #B8B8B8. Windows color (decimal): -6889155 or 4055446. OLE color: 4055446.

HSL color Cylindrical-coordinate representation of color #96E13D: hue angle of 87.44º degrees, saturation: 0.73, 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 #96E13D is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 61 -
CMYK 0.33 0 0.73 0.12
HSL 87.44º 0.73% 0.56% -
HSV(B) 87.44º 0.73% 0.88% -
XYZ 40.35 60.67 14 -
YUV 183.88 58.65 103.84 -
System Red Green Blue C M Y K H S L
Decimal 150 225 61 0.33 0 0.73 0.12 87.44 0.73 0.56
Hex 96 E1 3D 21 0 49 C 57 49 38
Octal 226 341 75 41 0 111 14 127 111 70
Binary 10010110 11100001 111101 100001 0 1001001 1100 1010111 1001001 111000

Color Harmonies of #96E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E13D

Black with #96E13D

Text Example


Text Example

White with #96E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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