Html Css Color HEX #9FC452 Atlantis

📋 copy color: '#9FC452'

red 159 ◦ green 196 ◦ blue 82

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

Shades of Atlantis #9FC452

Tints of Atlantis #9FC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

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

R = 36.38%
G = 44.85%
B = 18.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#9FC452 (or 0x9FC452) is known color: Atlantis. HEX triplet: 9F, C4 and 52. RGB value is (159,196,82). Sum of RGB (Red+Green+Blue) = 159+196+82=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC452 is #603BAD. Grayscale: #ACACAC. Windows color (decimal): -6306734 or 5424287. OLE color: 5424287.

HSL color Cylindrical-coordinate representation of color #9FC452: hue angle of 79.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FC452 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 196 82 -
CMYK 0.19 0 0.58 0.23
HSL 79.47º 0.49% 0.55% -
HSV(B) 79.47º 0.58% 0.77% -
XYZ 35.56 47.46 15.27 -
YUV 171.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 159 196 82 0.19 0 0.58 0.23 79.47 0.49 0.55
Hex 9F C4 52 13 0 3A 17 4F 31 37
Octal 237 304 122 23 0 72 27 117 61 67
Binary 10011111 11000100 1010010 10011 0 111010 10111 1001111 110001 110111

Color Harmonies of #9FC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC452

Black with #9FC452

Text Example


Text Example

White with #9FC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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