Html Css Color HEX #96ED4A Atlantis

📋 copy color: '#96ED4A'

red 150 ◦ green 237 ◦ blue 74

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

Shades of Atlantis #96ED4A

Tints of Atlantis #96ED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.41%

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

R = 32.54%
G = 51.41%
B = 16.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#96ED4A (or 0x96ED4A) is known color: Atlantis. HEX triplet: 96, ED and 4A. RGB value is (150,237,74). Sum of RGB (Red+Green+Blue) = 150+237+74=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED4A is #6912B5. Grayscale: #C0C0C0. Windows color (decimal): -6886070 or 4910486. OLE color: 4910486.

HSL color Cylindrical-coordinate representation of color #96ED4A: hue angle of 92.02º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96ED4A is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 74 -
CMYK 0.37 0 0.69 0.07
HSL 92.02º 0.82% 0.61% -
HSV(B) 92.02º 0.69% 0.93% -
XYZ 44.1 67.55 17.19 -
YUV 192.41 61.18 97.75 -
System Red Green Blue C M Y K H S L
Decimal 150 237 74 0.37 0 0.69 0.07 92.02 0.82 0.61
Hex 96 ED 4A 25 0 45 7 5C 52 3D
Octal 226 355 112 45 0 105 7 134 122 75
Binary 10010110 11101101 1001010 100101 0 1000101 111 1011100 1010010 111101

Color Harmonies of #96ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED4A

Black with #96ED4A

Text Example


Text Example

White with #96ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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