Html Css Color HEX #95C140 Atlantis

📋 copy color: '#95C140'

red 149 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #95C140

Tints of Atlantis #95C140

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 36.7%
G = 47.54%
B = 15.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#95C140 (or 0x95C140) is known color: Atlantis. HEX triplet: 95, C1 and 40. RGB value is (149,193,64). Sum of RGB (Red+Green+Blue) = 149+193+64=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #95C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C140 is #6A3EBF. Grayscale: #A5A5A5. Windows color (decimal): -6962880 or 4243861. OLE color: 4243861.

HSL color Cylindrical-coordinate representation of color #95C140: hue angle of 80.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95C140 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 64 -
CMYK 0.23 0 0.67 0.24
HSL 80.47º 0.51% 0.5% -
HSV(B) 80.47º 0.67% 0.76% -
XYZ 32.39 44.9 11.81 -
YUV 165.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 149 193 64 0.23 0 0.67 0.24 80.47 0.51 0.5
Hex 95 C1 40 17 0 43 18 50 33 32
Octal 225 301 100 27 0 103 30 120 63 62
Binary 10010101 11000001 1000000 10111 0 1000011 11000 1010000 110011 110010

Color Harmonies of #95C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C140

Black with #95C140

Text Example


Text Example

White with #95C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C140; }

 p { color: rgb(149,193,64); }

 H1.HeaderClassName
 {
   color: #95C140;
 }
 .AnyTagClassName
 {
   color: #95C140;
 }
</style>

background-color css

<style>
 a { background-color: #95C140; }

 a { background-color: rgb(149,193,64); }

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

border-color css

<style>
 span { border-color: #95C140; }

 span { border-color: rgb(149,193,64); }

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