Html Css Color HEX #95C13F Atlantis

📋 copy color: '#95C13F'

red 149 ◦ green 193 ◦ blue 63

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

Shades of Atlantis #95C13F

Tints of Atlantis #95C13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.56%

R = 36.79%
G = 47.65%
B = 15.56%

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

#95C13F (or 0x95C13F) is known color: Atlantis. HEX triplet: 95, C1 and 3F. RGB value is (149,193,63). Sum of RGB (Red+Green+Blue) = 149+193+63=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #95C13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C13F is #6A3EC0. Grayscale: #A5A5A5. Windows color (decimal): -6962881 or 4178325. OLE color: 4178325.

HSL color Cylindrical-coordinate representation of color #95C13F: hue angle of 80.31º 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 #95C13F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 63 -
CMYK 0.23 0 0.67 0.24
HSL 80.31º 0.51% 0.5% -
HSV(B) 80.31º 0.67% 0.76% -
XYZ 32.36 44.89 11.66 -
YUV 165.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 149 193 63 0.23 0 0.67 0.24 80.31 0.51 0.5
Hex 95 C1 3F 17 0 43 18 50 33 32
Octal 225 301 77 27 0 103 30 120 63 62
Binary 10010101 11000001 111111 10111 0 1000011 11000 1010000 110011 110010

Color Harmonies of #95C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C13F

Black with #95C13F

Text Example


Text Example

White with #95C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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