Html Css Color HEX #95C141 Atlantis

📋 copy color: '#95C141'

red 149 ◦ green 193 ◦ blue 65

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

Shades of Atlantis #95C141

Tints of Atlantis #95C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 36.61%
G = 47.42%
B = 15.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#95C141 (or 0x95C141) is known color: Atlantis. HEX triplet: 95, C1 and 41. RGB value is (149,193,65). Sum of RGB (Red+Green+Blue) = 149+193+65=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #95C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C141 is #6A3EBE. Grayscale: #A5A5A5. Windows color (decimal): -6962879 or 4309397. OLE color: 4309397.

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

Color convert

RGB 149 193 65 -
CMYK 0.23 0 0.66 0.24
HSL 80.63º 0.51% 0.51% -
HSV(B) 80.63º 0.66% 0.76% -
XYZ 32.42 44.91 11.96 -
YUV 165.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 149 193 65 0.23 0 0.66 0.24 80.63 0.51 0.51
Hex 95 C1 41 17 0 42 18 51 33 33
Octal 225 301 101 27 0 102 30 121 63 63
Binary 10010101 11000001 1000001 10111 0 1000010 11000 1010001 110011 110011

Color Harmonies of #95C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C141

Black with #95C141

Text Example


Text Example

White with #95C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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