#C0FA8A

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

Shades of Sulu #C0FA8A

Tints of Sulu #C0FA8A

Color information

#C0FA8A (or 0xC0FA8A) is unknown color: approx Sulu. HEX triplet: C0, FA and 8A. RGB value is (192,250,138). Sum of RGB (Red+Green+Blue) = 192+250+138=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA8A is #3F0575. Grayscale: #DCDCDC. Windows color (decimal): -4130166 or 9108160. OLE color: 9108160.

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

Color convert

RGB192250138-
CMYK0.2300.450.02
HSL91.07º91.8%76.08%-
HSV(B)91.07º44.8%98.04%-
XYZ60.5181.4136.57-
YUV219.8981.78108.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=33.10%
G=43.10%
B=23.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501380.2300.450.0291.0791.876.08
HexC0FA8A1702D25b5c4c
Octal300372212270552133134114
Binary11000000111110101000101010111010110110101101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FA8A; }

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

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

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

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

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

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

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

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