#C0FAC1

Color #C0FAC1 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C0FAC1

Tints of Granny Apple #C0FAC1

Color information

#C0FAC1 (or 0xC0FAC1) is unknown color: approx Granny Apple. HEX triplet: C0, FA and C1. RGB value is (192,250,193). Sum of RGB (Red+Green+Blue) = 192+250+193=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAC1 is #3F053E. Grayscale: #E2E2E2. Windows color (decimal): -4130111 or 12712640. OLE color: 12712640.

HSL color Cylindrical-coordinate representation of color #C0FAC1: hue angle of 121.03º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAC1 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB192250193-
CMYK0.2300.230.02
HSL121.03º85.29%86.67%-
HSV(B)121.03º23.2%98.04%-
XYZ65.5583.4363.1-
YUV226.16109.28103.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 193 (75.78% from 255) = 30.39%
R=30.24%
G=39.37%
B=30.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501930.2300.230.02121.0385.2986.67
HexC0FAC1170172795557
Octal300372301270272171125127
Binary1100000011111010110000011011101011110111100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FAC1; }

 p { color: rgb(192,250,193); }

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

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

 a { background-color: rgb(192,250,193); }

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

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

 span { border-color: rgb(192,250,193); }

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