Html Css Color HEX #9FC355 Atlantis

📋 copy color: '#9FC355'

red 159 ◦ green 195 ◦ blue 85

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

Shades of Atlantis #9FC355

Tints of Atlantis #9FC355

RGB

 RED value IS 159 (62.5% from 255) = 36.22%

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 36.22%
G = 44.42%
B = 19.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#9FC355 (or 0x9FC355) is known color: Atlantis. HEX triplet: 9F, C3 and 55. RGB value is (159,195,85). Sum of RGB (Red+Green+Blue) = 159+195+85=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC355 is #603CAA. Grayscale: #ACACAC. Windows color (decimal): -6306987 or 5620639. OLE color: 5620639.

HSL color Cylindrical-coordinate representation of color #9FC355: hue angle of 79.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FC355 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 85 -
CMYK 0.18 0 0.56 0.24
HSL 79.64º 0.48% 0.55% -
HSV(B) 79.64º 0.56% 0.76% -
XYZ 35.45 47.06 15.81 -
YUV 171.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 159 195 85 0.18 0 0.56 0.24 79.64 0.48 0.55
Hex 9F C3 55 12 0 38 18 50 30 37
Octal 237 303 125 22 0 70 30 120 60 67
Binary 10011111 11000011 1010101 10010 0 111000 11000 1010000 110000 110111

Color Harmonies of #9FC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC355

Black with #9FC355

Text Example


Text Example

White with #9FC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FC355; }

 p { color: rgb(159,195,85); }

 H1.HeaderClassName
 {
   color: #9FC355;
 }
 .AnyTagClassName
 {
   color: #9FC355;
 }
</style>

background-color css

<style>
 a { background-color: #9FC355; }

 a { background-color: rgb(159,195,85); }

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

border-color css

<style>
 span { border-color: #9FC355; }

 span { border-color: rgb(159,195,85); }

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