Html Css Color HEX #96E646 Atlantis

📋 copy color: '#96E646'

red 150 ◦ green 230 ◦ blue 70

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

Shades of Atlantis #96E646

Tints of Atlantis #96E646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.56%

R = 33.33%
G = 51.11%
B = 15.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#96E646 (or 0x96E646) is known color: Atlantis. HEX triplet: 96, E6 and 46. RGB value is (150,230,70). Sum of RGB (Red+Green+Blue) = 150+230+70=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #96E646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E646 is #6919B9. Grayscale: #BCBCBC. Windows color (decimal): -6887866 or 4646550. OLE color: 4646550.

HSL color Cylindrical-coordinate representation of color #96E646: hue angle of 90º 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 #96E646 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 70 -
CMYK 0.35 0 0.70 0.10
HSL 90º 0.76% 0.59% -
HSV(B) 90º 0.7% 0.9% -
XYZ 41.98 63.52 15.84 -
YUV 187.84 61.5 101.01 -
System Red Green Blue C M Y K H S L
Decimal 150 230 70 0.35 0 0.70 0.10 90 0.76 0.59
Hex 96 E6 46 23 0 46 A 5A 4C 3B
Octal 226 346 106 43 0 106 12 132 114 73
Binary 10010110 11100110 1000110 100011 0 1000110 1010 1011010 1001100 111011

Color Harmonies of #96E646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E646

Black with #96E646

Text Example


Text Example

White with #96E646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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