Html Css Color HEX #96BE4E Atlantis

📋 copy color: '#96BE4E'

red 150 ◦ green 190 ◦ blue 78

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

Shades of Atlantis #96BE4E

Tints of Atlantis #96BE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 35.89%
G = 45.45%
B = 18.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#96BE4E (or 0x96BE4E) is known color: Atlantis. HEX triplet: 96, BE and 4E. RGB value is (150,190,78). Sum of RGB (Red+Green+Blue) = 150+190+78=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE4E is #6941B1. Grayscale: #A5A5A5. Windows color (decimal): -6898098 or 5160598. OLE color: 5160598.

HSL color Cylindrical-coordinate representation of color #96BE4E: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96BE4E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 78 -
CMYK 0.21 0 0.59 0.25
HSL 81.43º 0.46% 0.53% -
HSV(B) 81.43º 0.59% 0.75% -
XYZ 32.37 43.86 13.97 -
YUV 165.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 150 190 78 0.21 0 0.59 0.25 81.43 0.46 0.53
Hex 96 BE 4E 15 0 3B 19 51 2E 35
Octal 226 276 116 25 0 73 31 121 56 65
Binary 10010110 10111110 1001110 10101 0 111011 11001 1010001 101110 110101

Color Harmonies of #96BE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE4E

Black with #96BE4E

Text Example


Text Example

White with #96BE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,78); }

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

background-color css

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

 a { background-color: rgb(150,190,78); }

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

border-color css

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

 span { border-color: rgb(150,190,78); }

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