Html Css Color HEX #9CED5E Conifer

📋 copy color: '#9CED5E'

red 156 ◦ green 237 ◦ blue 94

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

Shades of Conifer #9CED5E

Tints of Conifer #9CED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.67%

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

R = 32.03%
G = 48.67%
B = 19.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#9CED5E (or 0x9CED5E) is known color: Conifer. HEX triplet: 9C, ED and 5E. RGB value is (156,237,94). Sum of RGB (Red+Green+Blue) = 156+237+94=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED5E is #6312A1. Grayscale: #C4C4C4. Windows color (decimal): -6492834 or 6221212. OLE color: 6221212.

HSL color Cylindrical-coordinate representation of color #9CED5E: hue angle of 93.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CED5E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 237 94 -
CMYK 0.34 0 0.60 0.07
HSL 93.99º 0.8% 0.65% -
HSV(B) 93.99º 0.6% 0.93% -
XYZ 46.01 68.44 21.38 -
YUV 196.48 70.16 99.13 -
System Red Green Blue C M Y K H S L
Decimal 156 237 94 0.34 0 0.60 0.07 93.99 0.8 0.65
Hex 9C ED 5E 22 0 3C 7 5E 50 41
Octal 234 355 136 42 0 74 7 136 120 101
Binary 10011100 11101101 1011110 100010 0 111100 111 1011110 1010000 1000001

Color Harmonies of #9CED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CED5E

Black with #9CED5E

Text Example


Text Example

White with #9CED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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