Html Css Color HEX #96BF4A Atlantis

📋 copy color: '#96BF4A'

red 150 ◦ green 191 ◦ blue 74

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

Shades of Atlantis #96BF4A

Tints of Atlantis #96BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 46.02%

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

R = 36.14%
G = 46.02%
B = 17.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#96BF4A (or 0x96BF4A) is known color: Atlantis. HEX triplet: 96, BF and 4A. RGB value is (150,191,74). Sum of RGB (Red+Green+Blue) = 150+191+74=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF4A is #6940B5. Grayscale: #A5A5A5. Windows color (decimal): -6897846 or 4898710. OLE color: 4898710.

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

Color convert

RGB 150 191 74 -
CMYK 0.21 0 0.61 0.25
HSL 81.03º 0.48% 0.52% -
HSV(B) 81.03º 0.61% 0.75% -
XYZ 32.44 44.24 13.31 -
YUV 165.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 150 191 74 0.21 0 0.61 0.25 81.03 0.48 0.52
Hex 96 BF 4A 15 0 3D 19 51 30 34
Octal 226 277 112 25 0 75 31 121 60 64
Binary 10010110 10111111 1001010 10101 0 111101 11001 1010001 110000 110100

Color Harmonies of #96BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF4A

Black with #96BF4A

Text Example


Text Example

White with #96BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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