Html Css Color HEX #9CCF5D Conifer

📋 copy color: '#9CCF5D'

red 156 ◦ green 207 ◦ blue 93

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

Shades of Conifer #9CCF5D

Tints of Conifer #9CCF5D

RGB

 RED value IS 156 (61.33% from 255) = 34.21%

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 34.21%
G = 45.39%
B = 20.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#9CCF5D (or 0x9CCF5D) is known color: Conifer. HEX triplet: 9C, CF and 5D. RGB value is (156,207,93). Sum of RGB (Red+Green+Blue) = 156+207+93=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF5D is #6330A2. Grayscale: #B3B3B3. Windows color (decimal): -6500515 or 6147996. OLE color: 6147996.

HSL color Cylindrical-coordinate representation of color #9CCF5D: hue angle of 86.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CCF5D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 93 -
CMYK 0.25 0 0.55 0.19
HSL 86.84º 0.54% 0.59% -
HSV(B) 86.84º 0.55% 0.81% -
XYZ 38 52.48 18.48 -
YUV 178.76 79.6 111.77 -
System Red Green Blue C M Y K H S L
Decimal 156 207 93 0.25 0 0.55 0.19 86.84 0.54 0.59
Hex 9C CF 5D 19 0 37 13 57 36 3B
Octal 234 317 135 31 0 67 23 127 66 73
Binary 10011100 11001111 1011101 11001 0 110111 10011 1010111 110110 111011

Color Harmonies of #9CCF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF5D

Black with #9CCF5D

Text Example


Text Example

White with #9CCF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,93); }

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

background-color css

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

 a { background-color: rgb(156,207,93); }

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

border-color css

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

 span { border-color: rgb(156,207,93); }

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