Html Css Color HEX #96C74B Atlantis

📋 copy color: '#96C74B'

red 150 ◦ green 199 ◦ blue 75

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

Shades of Atlantis #96C74B

Tints of Atlantis #96C74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.93%

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

R = 35.38%
G = 46.93%
B = 17.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#96C74B (or 0x96C74B) is known color: Atlantis. HEX triplet: 96, C7 and 4B. RGB value is (150,199,75). Sum of RGB (Red+Green+Blue) = 150+199+75=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #96C74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C74B is #6938B4. Grayscale: #AAAAAA. Windows color (decimal): -6895797 or 4966294. OLE color: 4966294.

HSL color Cylindrical-coordinate representation of color #96C74B: hue angle of 83.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96C74B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 75 -
CMYK 0.25 0 0.62 0.22
HSL 83.71º 0.53% 0.54% -
HSV(B) 83.71º 0.62% 0.78% -
XYZ 34.27 47.84 14.08 -
YUV 170.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 150 199 75 0.25 0 0.62 0.22 83.71 0.53 0.54
Hex 96 C7 4B 19 0 3E 16 54 35 36
Octal 226 307 113 31 0 76 26 124 65 66
Binary 10010110 11000111 1001011 11001 0 111110 10110 1010100 110101 110110

Color Harmonies of #96C74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C74B

Black with #96C74B

Text Example


Text Example

White with #96C74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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