Html Css Color HEX #96E745 Atlantis

📋 copy color: '#96E745'

red 150 ◦ green 231 ◦ blue 69

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

Shades of Atlantis #96E745

Tints of Atlantis #96E745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.33%

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 33.33%
G = 51.33%
B = 15.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#96E745 (or 0x96E745) is known color: Atlantis. HEX triplet: 96, E7 and 45. RGB value is (150,231,69). Sum of RGB (Red+Green+Blue) = 150+231+69=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #96E745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E745 is #6918BA. Grayscale: #BCBCBC. Windows color (decimal): -6887611 or 4581270. OLE color: 4581270.

HSL color Cylindrical-coordinate representation of color #96E745: hue angle of 90º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96E745 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 69 -
CMYK 0.35 0 0.70 0.09
HSL 90º 0.77% 0.59% -
HSV(B) 90º 0.7% 0.91% -
XYZ 42.23 64.07 15.77 -
YUV 188.31 60.66 100.67 -
System Red Green Blue C M Y K H S L
Decimal 150 231 69 0.35 0 0.70 0.09 90 0.77 0.59
Hex 96 E7 45 23 0 46 9 5A 4D 3B
Octal 226 347 105 43 0 106 11 132 115 73
Binary 10010110 11100111 1000101 100011 0 1000110 1001 1011010 1001101 111011

Color Harmonies of #96E745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E745

Black with #96E745

Text Example


Text Example

White with #96E745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,231,69); }

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

background-color css

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

 a { background-color: rgb(150,231,69); }

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

border-color css

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

 span { border-color: rgb(150,231,69); }

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