Html Css Color HEX #95C145 Atlantis

📋 copy color: '#95C145'

red 149 ◦ green 193 ◦ blue 69

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

Shades of Atlantis #95C145

Tints of Atlantis #95C145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.79%

R = 36.25%
G = 46.96%
B = 16.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#95C145 (or 0x95C145) is known color: Atlantis. HEX triplet: 95, C1 and 45. RGB value is (149,193,69). Sum of RGB (Red+Green+Blue) = 149+193+69=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #95C145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C145 is #6A3EBA. Grayscale: #A6A6A6. Windows color (decimal): -6962875 or 4571541. OLE color: 4571541.

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

Color convert

RGB 149 193 69 -
CMYK 0.23 0 0.64 0.24
HSL 81.29º 0.5% 0.51% -
HSV(B) 81.29º 0.64% 0.76% -
XYZ 32.54 44.96 12.59 -
YUV 165.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 149 193 69 0.23 0 0.64 0.24 81.29 0.5 0.51
Hex 95 C1 45 17 0 40 18 51 32 33
Octal 225 301 105 27 0 100 30 121 62 63
Binary 10010101 11000001 1000101 10111 0 1000000 11000 1010001 110010 110011

Color Harmonies of #95C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C145

Black with #95C145

Text Example


Text Example

White with #95C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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