Html Css Color HEX #96C04B Atlantis

📋 copy color: '#96C04B'

red 150 ◦ green 192 ◦ blue 75

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

Shades of Atlantis #96C04B

Tints of Atlantis #96C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 35.97%
G = 46.04%
B = 17.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#96C04B (or 0x96C04B) is known color: Atlantis. HEX triplet: 96, C0 and 4B. RGB value is (150,192,75). Sum of RGB (Red+Green+Blue) = 150+192+75=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #96C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C04B is #693FB4. Grayscale: #A6A6A6. Windows color (decimal): -6897589 or 4964502. OLE color: 4964502.

HSL color Cylindrical-coordinate representation of color #96C04B: hue angle of 81.54º 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 #96C04B is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 75 -
CMYK 0.22 0 0.61 0.25
HSL 81.54º 0.48% 0.52% -
HSV(B) 81.54º 0.61% 0.75% -
XYZ 32.7 44.69 13.56 -
YUV 166.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 150 192 75 0.22 0 0.61 0.25 81.54 0.48 0.52
Hex 96 C0 4B 16 0 3D 19 52 30 34
Octal 226 300 113 26 0 75 31 122 60 64
Binary 10010110 11000000 1001011 10110 0 111101 11001 1010010 110000 110100

Color Harmonies of #96C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C04B

Black with #96C04B

Text Example


Text Example

White with #96C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,75); }

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

background-color css

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

 a { background-color: rgb(150,192,75); }

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

border-color css

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

 span { border-color: rgb(150,192,75); }

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