Html Css Color HEX #9CF14C Conifer

📋 copy color: '#9CF14C'

red 156 ◦ green 241 ◦ blue 76

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

Shades of Conifer #9CF14C

Tints of Conifer #9CF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.95%

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 32.98%
G = 50.95%
B = 16.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#9CF14C (or 0x9CF14C) is known color: Conifer. HEX triplet: 9C, F1 and 4C. RGB value is (156,241,76). Sum of RGB (Red+Green+Blue) = 156+241+76=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF14C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CF14C is #630EB3. Grayscale: #C5C5C5. Windows color (decimal): -6491828 or 5042588. OLE color: 5042588.

HSL color Cylindrical-coordinate representation of color #9CF14C: hue angle of 90.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CF14C is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 241 76 -
CMYK 0.35 0 0.68 0.05
HSL 90.91º 0.85% 0.62% -
HSV(B) 90.91º 0.68% 0.95% -
XYZ 46.47 70.5 18 -
YUV 196.78 59.84 98.92 -
System Red Green Blue C M Y K H S L
Decimal 156 241 76 0.35 0 0.68 0.05 90.91 0.85 0.62
Hex 9C F1 4C 23 0 44 5 5B 55 3E
Octal 234 361 114 43 0 104 5 133 125 76
Binary 10011100 11110001 1001100 100011 0 1000100 101 1011011 1010101 111110

Color Harmonies of #9CF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF14C

Black with #9CF14C

Text Example


Text Example

White with #9CF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,241,76); }

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

background-color css

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

 a { background-color: rgb(156,241,76); }

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

border-color css

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

 span { border-color: rgb(156,241,76); }

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