Html Css Color HEX #96D238 Atlantis

📋 copy color: '#96D238'

red 150 ◦ green 210 ◦ blue 56

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

Shades of Atlantis #96D238

Tints of Atlantis #96D238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

 BLUE value IS 56 (22.27% from 255) = 13.46%

R = 36.06%
G = 50.48%
B = 13.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#96D238 (or 0x96D238) is known color: Atlantis. HEX triplet: 96, D2 and 38. RGB value is (150,210,56). Sum of RGB (Red+Green+Blue) = 150+210+56=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #96D238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D238 is #692DC7. Grayscale: #AFAFAF. Windows color (decimal): -6893000 or 3723926. OLE color: 3723926.

HSL color Cylindrical-coordinate representation of color #96D238: hue angle of 83.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96D238 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 56 -
CMYK 0.29 0 0.73 0.18
HSL 83.38º 0.63% 0.52% -
HSV(B) 83.38º 0.73% 0.82% -
XYZ 36.34 52.86 12.03 -
YUV 174.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 150 210 56 0.29 0 0.73 0.18 83.38 0.63 0.52
Hex 96 D2 38 1D 0 49 12 53 3F 34
Octal 226 322 70 35 0 111 22 123 77 64
Binary 10010110 11010010 111000 11101 0 1001001 10010 1010011 111111 110100

Color Harmonies of #96D238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D238

Black with #96D238

Text Example


Text Example

White with #96D238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,210,56); }

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

background-color css

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

 a { background-color: rgb(150,210,56); }

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

border-color css

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

 span { border-color: rgb(150,210,56); }

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