Html Css Color HEX #95C043 Atlantis

📋 copy color: '#95C043'

red 149 ◦ green 192 ◦ blue 67

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

Shades of Atlantis #95C043

Tints of Atlantis #95C043

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.06%

 BLUE value IS 67 (26.56% from 255) = 16.42%

R = 36.52%
G = 47.06%
B = 16.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#95C043 (or 0x95C043) is known color: Atlantis. HEX triplet: 95, C0 and 43. RGB value is (149,192,67). Sum of RGB (Red+Green+Blue) = 149+192+67=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #95C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C043 is #6A3FBC. Grayscale: #A5A5A5. Windows color (decimal): -6963133 or 4440213. OLE color: 4440213.

HSL color Cylindrical-coordinate representation of color #95C043: hue angle of 80.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95C043 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 67 -
CMYK 0.22 0 0.65 0.25
HSL 80.64º 0.5% 0.51% -
HSV(B) 80.64º 0.65% 0.75% -
XYZ 32.26 44.49 12.2 -
YUV 164.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 149 192 67 0.22 0 0.65 0.25 80.64 0.5 0.51
Hex 95 C0 43 16 0 41 19 51 32 33
Octal 225 300 103 26 0 101 31 121 62 63
Binary 10010101 11000000 1000011 10110 0 1000001 11001 1010001 110010 110011

Color Harmonies of #95C043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C043

Black with #95C043

Text Example


Text Example

White with #95C043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,67); }

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

background-color css

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

 a { background-color: rgb(149,192,67); }

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

border-color css

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

 span { border-color: rgb(149,192,67); }

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