Html Css Color HEX #9FD852 Conifer

📋 copy color: '#9FD852'

red 159 ◦ green 216 ◦ blue 82

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

Shades of Conifer #9FD852

Tints of Conifer #9FD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 34.79%
G = 47.26%
B = 17.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#9FD852 (or 0x9FD852) is known color: Conifer. HEX triplet: 9F, D8 and 52. RGB value is (159,216,82). Sum of RGB (Red+Green+Blue) = 159+216+82=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD852 is #6027AD. Grayscale: #B8B8B8. Windows color (decimal): -6301614 or 5429407. OLE color: 5429407.

HSL color Cylindrical-coordinate representation of color #9FD852: hue angle of 85.52º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FD852 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 82 -
CMYK 0.26 0 0.62 0.15
HSL 85.52º 0.63% 0.58% -
HSV(B) 85.52º 0.62% 0.85% -
XYZ 40.38 57.09 16.87 -
YUV 183.68 70.62 110.4 -
System Red Green Blue C M Y K H S L
Decimal 159 216 82 0.26 0 0.62 0.15 85.52 0.63 0.58
Hex 9F D8 52 1A 0 3E F 56 3F 3A
Octal 237 330 122 32 0 76 17 126 77 72
Binary 10011111 11011000 1010010 11010 0 111110 1111 1010110 111111 111010

Color Harmonies of #9FD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD852

Black with #9FD852

Text Example


Text Example

White with #9FD852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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