Html Css Color HEX #95C93C Atlantis

📋 copy color: '#95C93C'

red 149 ◦ green 201 ◦ blue 60

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

Shades of Atlantis #95C93C

Tints of Atlantis #95C93C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.02%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 36.34%
G = 49.02%
B = 14.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#95C93C (or 0x95C93C) is known color: Atlantis. HEX triplet: 95, C9 and 3C. RGB value is (149,201,60). Sum of RGB (Red+Green+Blue) = 149+201+60=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #95C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C93C is #6A36C3. Grayscale: #A9A9A9. Windows color (decimal): -6960836 or 3983765. OLE color: 3983765.

HSL color Cylindrical-coordinate representation of color #95C93C: hue angle of 82.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95C93C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 60 -
CMYK 0.26 0 0.70 0.21
HSL 82.13º 0.57% 0.51% -
HSV(B) 82.13º 0.7% 0.79% -
XYZ 34.1 48.49 11.84 -
YUV 169.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 149 201 60 0.26 0 0.70 0.21 82.13 0.57 0.51
Hex 95 C9 3C 1A 0 46 15 52 39 33
Octal 225 311 74 32 0 106 25 122 71 63
Binary 10010101 11001001 111100 11010 0 1000110 10101 1010010 111001 110011

Color Harmonies of #95C93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C93C

Black with #95C93C

Text Example


Text Example

White with #95C93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,60); }

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

background-color css

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

 a { background-color: rgb(149,201,60); }

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

border-color css

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

 span { border-color: rgb(149,201,60); }

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