Html Css Color HEX #96D13D Atlantis

📋 copy color: '#96D13D'

red 150 ◦ green 209 ◦ blue 61

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

Shades of Atlantis #96D13D

Tints of Atlantis #96D13D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.76%

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

R = 35.71%
G = 49.76%
B = 14.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#96D13D (or 0x96D13D) is known color: Atlantis. HEX triplet: 96, D1 and 3D. RGB value is (150,209,61). Sum of RGB (Red+Green+Blue) = 150+209+61=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #96D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D13D is #692EC2. Grayscale: #AFAFAF. Windows color (decimal): -6893251 or 4051350. OLE color: 4051350.

HSL color Cylindrical-coordinate representation of color #96D13D: hue angle of 83.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96D13D is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 61 -
CMYK 0.28 0 0.71 0.18
HSL 83.92º 0.62% 0.53% -
HSV(B) 83.92º 0.71% 0.82% -
XYZ 36.22 52.42 12.62 -
YUV 174.49 63.95 110.53 -
System Red Green Blue C M Y K H S L
Decimal 150 209 61 0.28 0 0.71 0.18 83.92 0.62 0.53
Hex 96 D1 3D 1C 0 47 12 54 3E 35
Octal 226 321 75 34 0 107 22 124 76 65
Binary 10010110 11010001 111101 11100 0 1000111 10010 1010100 111110 110101

Color Harmonies of #96D13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D13D

Black with #96D13D

Text Example


Text Example

White with #96D13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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