Html Css Color HEX #96C03E Atlantis

📋 copy color: '#96C03E'

red 150 ◦ green 192 ◦ blue 62

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

Shades of Atlantis #96C03E

Tints of Atlantis #96C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 37.13%
G = 47.52%
B = 15.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#96C03E (or 0x96C03E) is known color: Atlantis. HEX triplet: 96, C0 and 3E. RGB value is (150,192,62). Sum of RGB (Red+Green+Blue) = 150+192+62=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #96C03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C03E is #693FC1. Grayscale: #A5A5A5. Windows color (decimal): -6897602 or 4112534. OLE color: 4112534.

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

Color convert

RGB 150 192 62 -
CMYK 0.22 0 0.68 0.25
HSL 79.38º 0.51% 0.5% -
HSV(B) 79.38º 0.68% 0.75% -
XYZ 32.3 44.53 11.45 -
YUV 164.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 150 192 62 0.22 0 0.68 0.25 79.38 0.51 0.5
Hex 96 C0 3E 16 0 44 19 4F 33 32
Octal 226 300 76 26 0 104 31 117 63 62
Binary 10010110 11000000 111110 10110 0 1000100 11001 1001111 110011 110010

Color Harmonies of #96C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C03E

Black with #96C03E

Text Example


Text Example

White with #96C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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