Html Css Color HEX #96CC3D Atlantis

📋 copy color: '#96CC3D'

red 150 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #96CC3D

Tints of Atlantis #96CC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.16%

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 36.14%
G = 49.16%
B = 14.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#96CC3D (or 0x96CC3D) is known color: Atlantis. HEX triplet: 96, CC and 3D. RGB value is (150,204,61). Sum of RGB (Red+Green+Blue) = 150+204+61=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC3D is #6933C2. Grayscale: #ACACAC. Windows color (decimal): -6894531 or 4050070. OLE color: 4050070.

HSL color Cylindrical-coordinate representation of color #96CC3D: hue angle of 82.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96CC3D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 61 -
CMYK 0.26 0 0.70 0.2
HSL 82.66º 0.58% 0.52% -
HSV(B) 82.66º 0.7% 0.8% -
XYZ 35.01 50.01 12.22 -
YUV 171.55 65.61 112.63 -
System Red Green Blue C M Y K H S L
Decimal 150 204 61 0.26 0 0.70 0.2 82.66 0.58 0.52
Hex 96 CC 3D 1A 0 46 14 53 3A 34
Octal 226 314 75 32 0 106 24 123 72 64
Binary 10010110 11001100 111101 11010 0 1000110 10100 1010011 111010 110100

Color Harmonies of #96CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC3D

Black with #96CC3D

Text Example


Text Example

White with #96CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,61); }

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

background-color css

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

 a { background-color: rgb(150,204,61); }

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

border-color css

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

 span { border-color: rgb(150,204,61); }

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