Html Css Color HEX #9FC952 Atlantis

📋 copy color: '#9FC952'

red 159 ◦ green 201 ◦ blue 82

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

Shades of Atlantis #9FC952

Tints of Atlantis #9FC952

RGB

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

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

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

R = 35.97%
G = 45.48%
B = 18.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#9FC952 (or 0x9FC952) is known color: Atlantis. HEX triplet: 9F, C9 and 52. RGB value is (159,201,82). Sum of RGB (Red+Green+Blue) = 159+201+82=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC952 is #6036AD. Grayscale: #AFAFAF. Windows color (decimal): -6305454 or 5425567. OLE color: 5425567.

HSL color Cylindrical-coordinate representation of color #9FC952: hue angle of 81.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FC952 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 201 82 -
CMYK 0.21 0 0.59 0.21
HSL 81.18º 0.52% 0.55% -
HSV(B) 81.18º 0.59% 0.79% -
XYZ 36.71 49.75 15.65 -
YUV 174.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 159 201 82 0.21 0 0.59 0.21 81.18 0.52 0.55
Hex 9F C9 52 15 0 3B 15 51 34 37
Octal 237 311 122 25 0 73 25 121 64 67
Binary 10011111 11001001 1010010 10101 0 111011 10101 1010001 110100 110111

Color Harmonies of #9FC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC952

Black with #9FC952

Text Example


Text Example

White with #9FC952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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