Html Css Color HEX #C6F01A Inch Worm

📋 copy color: '#C6F01A'

red 198 ◦ green 240 ◦ blue 26

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

Shades of Inch Worm #C6F01A

Tints of Inch Worm #C6F01A

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

 GREEN value IS 240 (94.14% from 255) = 51.72%

 BLUE value IS 26 (10.55% from 255) = 5.6%

R = 42.67%
G = 51.72%
B = 5.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#C6F01A (or 0xC6F01A) is known color: Inch Worm. HEX triplet: C6, F0 and 1A. RGB value is (198,240,26). Sum of RGB (Red+Green+Blue) = 198+240+26=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F01A is #390FE5. Grayscale: #CBCBCB. Windows color (decimal): -3739622 or 1765574. OLE color: 1765574.

HSL color Cylindrical-coordinate representation of color #C6F01A: hue angle of 71.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6F01A is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 240 26 -
CMYK 0.18 0 0.89 0.06
HSL 71.78º 0.88% 0.52% -
HSV(B) 71.78º 0.89% 0.94% -
XYZ 54.64 74.4 12.46 -
YUV 203.05 28.09 124.4 -
System Red Green Blue C M Y K H S L
Decimal 198 240 26 0.18 0 0.89 0.06 71.78 0.88 0.52
Hex C6 F0 1A 12 0 59 6 48 58 34
Octal 306 360 32 22 0 131 6 110 130 64
Binary 11000110 11110000 11010 10010 0 1011001 110 1001000 1011000 110100

Color Harmonies of #C6F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F01A

Black with #C6F01A

Text Example


Text Example

White with #C6F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F01A; }

 p { color: rgb(198,240,26); }

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

background-color css

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

 a { background-color: rgb(198,240,26); }

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

border-color css

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

 span { border-color: rgb(198,240,26); }

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