Html Css Color HEX #9CFD5E Conifer

📋 copy color: '#9CFD5E'

red 156 ◦ green 253 ◦ blue 94

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

Shades of Conifer #9CFD5E

Tints of Conifer #9CFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 31.01%
G = 50.3%
B = 18.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#9CFD5E (or 0x9CFD5E) is known color: Conifer. HEX triplet: 9C, FD and 5E. RGB value is (156,253,94). Sum of RGB (Red+Green+Blue) = 156+253+94=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD5E is #6302A1. Grayscale: #CECECE. Windows color (decimal): -6488738 or 6225308. OLE color: 6225308.

HSL color Cylindrical-coordinate representation of color #9CFD5E: hue angle of 96.6º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CFD5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 253 94 -
CMYK 0.38 0 0.63 0.01
HSL 96.6º 0.98% 0.68% -
HSV(B) 96.6º 0.63% 0.99% -
XYZ 50.86 78.13 22.99 -
YUV 205.87 64.86 92.43 -
System Red Green Blue C M Y K H S L
Decimal 156 253 94 0.38 0 0.63 0.01 96.6 0.98 0.68
Hex 9C FD 5E 26 0 3F 1 61 62 44
Octal 234 375 136 46 0 77 1 141 142 104
Binary 10011100 11111101 1011110 100110 0 111111 1 1100001 1100010 1000100

Color Harmonies of #9CFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFD5E

Black with #9CFD5E

Text Example


Text Example

White with #9CFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,253,94); }

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

background-color css

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

 a { background-color: rgb(156,253,94); }

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

border-color css

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

 span { border-color: rgb(156,253,94); }

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