#C0DA6A

Color #C0DA6A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C0DA6A

Tints of Wild Willow #C0DA6A

Color information

#C0DA6A (or 0xC0DA6A) is unknown color: approx Wild Willow. HEX triplet: C0, DA and 6A. RGB value is (192,218,106). Sum of RGB (Red+Green+Blue) = 192+218+106=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA6A is #3F2595. Grayscale: #C5C5C5. Windows color (decimal): -4138390 or 7002816. OLE color: 7002816.

HSL color Cylindrical-coordinate representation of color #C0DA6A: hue angle of 73.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0DA6A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB192218106-
CMYK0.1200.510.15
HSL73.93º60.22%63.53%-
HSV(B)73.93º51.38%85.49%-
XYZ49.4162.3923.07-
YUV197.4676.39124.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 218 (85.55% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=37.21%
G=42.25%
B=20.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181060.1200.510.1573.9360.2263.53
HexC0DA6AC033F4a3c40
Octal300332152140631711274100
Binary1100000011011010110101011000110011111110010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DA6A; }

 p { color: rgb(192,218,106); }

 H1.HeaderClassName
 {
   color: #C0DA6A;
 }
 .AnyTagClassName
 {
   color: #C0DA6A;
 }
</style>
background-color css

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

 a { background-color: rgb(192,218,106); }

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

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

 span { border-color: rgb(192,218,106); }

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