#9BD75C

Color #9BD75C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9BD75C

Tints of Conifer #9BD75C

Color information

#9BD75C (or 0x9BD75C) is unknown color: approx Conifer. HEX triplet: 9B, D7 and 5C. RGB value is (155,215,92). Sum of RGB (Red+Green+Blue) = 155+215+92=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD75C is #6428A3. Grayscale: #B7B7B7. Windows color (decimal): -6564004 or 6084507. OLE color: 6084507.

HSL color Cylindrical-coordinate representation of color #9BD75C: hue angle of 89.27º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BD75C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15521592-
CMYK0.2800.570.16
HSL89.27º60.59%60.2%-
HSV(B)89.27º57.21%84.31%-
XYZ39.7556.3418.91-
YUV183.0476.62108-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 215 (84.38% from 255) = 46.54%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=33.55%
G=46.54%
B=19.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155215920.2800.570.1689.2760.5960.2
Hex9BD75C1C03910593d3c
Octal23332713434071201317574
Binary10011011110101111011100111000111001100001011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,92); }

 H1.HeaderClassName
 {
   color: #9BD75C;
 }
 .AnyTagClassName
 {
   color: #9BD75C;
 }
</style>
background-color css

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

 a { background-color: rgb(155,215,92); }

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

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

 span { border-color: rgb(155,215,92); }

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