Html Css Color HEX #96D643 Atlantis

📋 copy color: '#96D643'

red 150 ◦ green 214 ◦ blue 67

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

Shades of Atlantis #96D643

Tints of Atlantis #96D643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.65%

 BLUE value IS 67 (26.56% from 255) = 15.55%

R = 34.8%
G = 49.65%
B = 15.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#96D643 (or 0x96D643) is known color: Atlantis. HEX triplet: 96, D6 and 43. RGB value is (150,214,67). Sum of RGB (Red+Green+Blue) = 150+214+67=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #96D643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D643 is #6929BC. Grayscale: #B2B2B2. Windows color (decimal): -6891965 or 4445846. OLE color: 4445846.

HSL color Cylindrical-coordinate representation of color #96D643: hue angle of 86.12º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96D643 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 67 -
CMYK 0.30 0 0.69 0.16
HSL 86.12º 0.64% 0.55% -
HSV(B) 86.12º 0.69% 0.84% -
XYZ 37.64 54.98 13.94 -
YUV 178.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 150 214 67 0.30 0 0.69 0.16 86.12 0.64 0.55
Hex 96 D6 43 1E 0 45 10 56 40 37
Octal 226 326 103 36 0 105 20 126 100 67
Binary 10010110 11010110 1000011 11110 0 1000101 10000 1010110 1000000 110111

Color Harmonies of #96D643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D643

Black with #96D643

Text Example


Text Example

White with #96D643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,67); }

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

background-color css

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

 a { background-color: rgb(150,214,67); }

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

border-color css

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

 span { border-color: rgb(150,214,67); }

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