Html Css Color HEX #96EA4A Atlantis

📋 copy color: '#96EA4A'

red 150 ◦ green 234 ◦ blue 74

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

Shades of Atlantis #96EA4A

Tints of Atlantis #96EA4A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.09%

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 32.75%
G = 51.09%
B = 16.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#96EA4A (or 0x96EA4A) is known color: Atlantis. HEX triplet: 96, EA and 4A. RGB value is (150,234,74). Sum of RGB (Red+Green+Blue) = 150+234+74=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA4A is #6915B5. Grayscale: #BFBFBF. Windows color (decimal): -6886838 or 4909718. OLE color: 4909718.

HSL color Cylindrical-coordinate representation of color #96EA4A: hue angle of 91.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96EA4A is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 74 -
CMYK 0.36 0 0.68 0.08
HSL 91.5º 0.79% 0.6% -
HSV(B) 91.5º 0.68% 0.92% -
XYZ 43.24 65.82 16.91 -
YUV 190.64 62.17 99.01 -
System Red Green Blue C M Y K H S L
Decimal 150 234 74 0.36 0 0.68 0.08 91.5 0.79 0.6
Hex 96 EA 4A 24 0 44 8 5C 4F 3C
Octal 226 352 112 44 0 104 10 134 117 74
Binary 10010110 11101010 1001010 100100 0 1000100 1000 1011100 1001111 111100

Color Harmonies of #96EA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA4A

Black with #96EA4A

Text Example


Text Example

White with #96EA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,74); }

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

background-color css

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

 a { background-color: rgb(150,234,74); }

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

border-color css

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

 span { border-color: rgb(150,234,74); }

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