Html Css Color HEX #96CB3E Atlantis

📋 copy color: '#96CB3E'

red 150 ◦ green 203 ◦ blue 62

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

Shades of Atlantis #96CB3E

Tints of Atlantis #96CB3E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

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

R = 36.14%
G = 48.92%
B = 14.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#96CB3E (or 0x96CB3E) is known color: Atlantis. HEX triplet: 96, CB and 3E. RGB value is (150,203,62). Sum of RGB (Red+Green+Blue) = 150+203+62=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CB3E is #6934C1. Grayscale: #ABABAB. Windows color (decimal): -6894786 or 4115350. OLE color: 4115350.

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

Color convert

RGB 150 203 62 -
CMYK 0.26 0 0.69 0.20
HSL 82.55º 0.58% 0.52% -
HSV(B) 82.55º 0.69% 0.8% -
XYZ 34.8 49.54 12.29 -
YUV 171.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 150 203 62 0.26 0 0.69 0.20 82.55 0.58 0.52
Hex 96 CB 3E 1A 0 45 14 53 3A 34
Octal 226 313 76 32 0 105 24 123 72 64
Binary 10010110 11001011 111110 11010 0 1000101 10100 1010011 111010 110100

Color Harmonies of #96CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB3E

Black with #96CB3E

Text Example


Text Example

White with #96CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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