Html Css Color HEX #C0E160 Conifer

📋 copy color: '#C0E160'

red 192 ◦ green 225 ◦ blue 96

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

Shades of Conifer #C0E160

Tints of Conifer #C0E160

RGB

 RED value IS 192 (75.39% from 255) = 37.43%

 GREEN value IS 225 (88.28% from 255) = 43.86%

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 37.43%
G = 43.86%
B = 18.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#C0E160 (or 0xC0E160) is known color: Conifer. HEX triplet: C0, E1 and 60. RGB value is (192,225,96). Sum of RGB (Red+Green+Blue) = 192+225+96=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E160 is #3F1E9F. Grayscale: #C8C8C8. Windows color (decimal): -4136608 or 6349248. OLE color: 6349248.

HSL color Cylindrical-coordinate representation of color #C0E160: hue angle of 75.35º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0E160 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 96 -
CMYK 0.15 0 0.57 0.12
HSL 75.35º 0.68% 0.63% -
HSV(B) 75.35º 0.57% 0.88% -
XYZ 50.77 65.9 21.11 -
YUV 200.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 192 225 96 0.15 0 0.57 0.12 75.35 0.68 0.63
Hex C0 E1 60 F 0 39 C 4B 44 3F
Octal 300 341 140 17 0 71 14 113 104 77
Binary 11000000 11100001 1100000 1111 0 111001 1100 1001011 1000100 111111

Color Harmonies of #C0E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E160

Black with #C0E160

Text Example


Text Example

White with #C0E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E160; }

 p { color: rgb(192,225,96); }

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

background-color css

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

 a { background-color: rgb(192,225,96); }

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

border-color css

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

 span { border-color: rgb(192,225,96); }

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