Html Css Color HEX #95BC4A Atlantis

📋 copy color: '#95BC4A'

red 149 ◦ green 188 ◦ blue 74

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

Shades of Atlantis #95BC4A

Tints of Atlantis #95BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.74%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 36.25%
G = 45.74%
B = 18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#95BC4A (or 0x95BC4A) is known color: Atlantis. HEX triplet: 95, BC and 4A. RGB value is (149,188,74). Sum of RGB (Red+Green+Blue) = 149+188+74=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BC4A is #6A43B5. Grayscale: #A3A3A3. Windows color (decimal): -6964150 or 4897941. OLE color: 4897941.

HSL color Cylindrical-coordinate representation of color #95BC4A: hue angle of 80.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95BC4A is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 74 -
CMYK 0.21 0 0.61 0.26
HSL 80.53º 0.46% 0.51% -
HSV(B) 80.53º 0.61% 0.74% -
XYZ 31.61 42.85 13.08 -
YUV 163.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 149 188 74 0.21 0 0.61 0.26 80.53 0.46 0.51
Hex 95 BC 4A 15 0 3D 1A 51 2E 33
Octal 225 274 112 25 0 75 32 121 56 63
Binary 10010101 10111100 1001010 10101 0 111101 11010 1010001 101110 110011

Color Harmonies of #95BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC4A

Black with #95BC4A

Text Example


Text Example

White with #95BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,74); }

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

background-color css

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

 a { background-color: rgb(149,188,74); }

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

border-color css

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

 span { border-color: rgb(149,188,74); }

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