Html Css Color HEX #9FC352 Atlantis

📋 copy color: '#9FC352'

red 159 ◦ green 195 ◦ blue 82

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

Shades of Atlantis #9FC352

Tints of Atlantis #9FC352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.81%

R = 36.47%
G = 44.72%
B = 18.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#9FC352 (or 0x9FC352) is known color: Atlantis. HEX triplet: 9F, C3 and 52. RGB value is (159,195,82). Sum of RGB (Red+Green+Blue) = 159+195+82=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC352 is #603CAD. Grayscale: #ABABAB. Windows color (decimal): -6306990 or 5424031. OLE color: 5424031.

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

Color convert

RGB 159 195 82 -
CMYK 0.18 0 0.58 0.24
HSL 79.12º 0.48% 0.54% -
HSV(B) 79.12º 0.58% 0.76% -
XYZ 35.34 47.01 15.19 -
YUV 171.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 159 195 82 0.18 0 0.58 0.24 79.12 0.48 0.54
Hex 9F C3 52 12 0 3A 18 4F 30 36
Octal 237 303 122 22 0 72 30 117 60 66
Binary 10011111 11000011 1010010 10010 0 111010 11000 1001111 110000 110110

Color Harmonies of #9FC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC352

Black with #9FC352

Text Example


Text Example

White with #9FC352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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