Html Css Color HEX #96CE3F Atlantis

📋 copy color: '#96CE3F'

red 150 ◦ green 206 ◦ blue 63

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

Shades of Atlantis #96CE3F

Tints of Atlantis #96CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.16%

 BLUE value IS 63 (25% from 255) = 15.04%

R = 35.8%
G = 49.16%
B = 15.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#96CE3F (or 0x96CE3F) is known color: Atlantis. HEX triplet: 96, CE and 3F. RGB value is (150,206,63). Sum of RGB (Red+Green+Blue) = 150+206+63=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE3F is #6931C0. Grayscale: #ADADAD. Windows color (decimal): -6894017 or 4181654. OLE color: 4181654.

HSL color Cylindrical-coordinate representation of color #96CE3F: hue angle of 83.5º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96CE3F is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 63 -
CMYK 0.27 0 0.69 0.19
HSL 83.5º 0.59% 0.53% -
HSV(B) 83.5º 0.69% 0.81% -
XYZ 35.55 50.99 12.67 -
YUV 172.95 65.95 111.63 -
System Red Green Blue C M Y K H S L
Decimal 150 206 63 0.27 0 0.69 0.19 83.5 0.59 0.53
Hex 96 CE 3F 1B 0 45 13 53 3B 35
Octal 226 316 77 33 0 105 23 123 73 65
Binary 10010110 11001110 111111 11011 0 1000101 10011 1010011 111011 110101

Color Harmonies of #96CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE3F

Black with #96CE3F

Text Example


Text Example

White with #96CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,63); }

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

background-color css

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

 a { background-color: rgb(150,206,63); }

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

border-color css

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

 span { border-color: rgb(150,206,63); }

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