Html Css Color HEX #96E645 Atlantis

📋 copy color: '#96E645'

red 150 ◦ green 230 ◦ blue 69

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

Shades of Atlantis #96E645

Tints of Atlantis #96E645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.22%

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

R = 33.41%
G = 51.22%
B = 15.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#96E645 (or 0x96E645) is known color: Atlantis. HEX triplet: 96, E6 and 45. RGB value is (150,230,69). Sum of RGB (Red+Green+Blue) = 150+230+69=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #96E645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E645 is #6919BA. Grayscale: #BCBCBC. Windows color (decimal): -6887867 or 4581014. OLE color: 4581014.

HSL color Cylindrical-coordinate representation of color #96E645: hue angle of 89.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96E645 is Cyan = 0.35, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 69 -
CMYK 0.35 0 0.7 0.10
HSL 89.81º 0.76% 0.59% -
HSV(B) 89.81º 0.7% 0.9% -
XYZ 41.95 63.51 15.68 -
YUV 187.73 61 101.09 -
System Red Green Blue C M Y K H S L
Decimal 150 230 69 0.35 0 0.7 0.10 89.81 0.76 0.59
Hex 96 E6 45 23 0 46 A 5A 4C 3B
Octal 226 346 105 43 0 106 12 132 114 73
Binary 10010110 11100110 1000101 100011 0 1000110 1010 1011010 1001100 111011

Color Harmonies of #96E645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E645

Black with #96E645

Text Example


Text Example

White with #96E645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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