Html Css Color HEX #96BF44 Atlantis

📋 copy color: '#96BF44'

red 150 ◦ green 191 ◦ blue 68

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

Shades of Atlantis #96BF44

Tints of Atlantis #96BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.63%

R = 36.67%
G = 46.7%
B = 16.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#96BF44 (or 0x96BF44) is known color: Atlantis. HEX triplet: 96, BF and 44. RGB value is (150,191,68). Sum of RGB (Red+Green+Blue) = 150+191+68=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF44 is #6940BB. Grayscale: #A5A5A5. Windows color (decimal): -6897852 or 4505494. OLE color: 4505494.

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

Color convert

RGB 150 191 68 -
CMYK 0.21 0 0.64 0.25
HSL 80º 0.49% 0.51% -
HSV(B) 80º 0.64% 0.75% -
XYZ 32.25 44.16 12.29 -
YUV 164.72 73.42 117.5 -
System Red Green Blue C M Y K H S L
Decimal 150 191 68 0.21 0 0.64 0.25 80 0.49 0.51
Hex 96 BF 44 15 0 40 19 50 31 33
Octal 226 277 104 25 0 100 31 120 61 63
Binary 10010110 10111111 1000100 10101 0 1000000 11001 1010000 110001 110011

Color Harmonies of #96BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF44

Black with #96BF44

Text Example


Text Example

White with #96BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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