Html Css Color HEX #C6EA12 Inch Worm

📋 copy color: '#C6EA12'

red 198 ◦ green 234 ◦ blue 18

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

Shades of Inch Worm #C6EA12

Tints of Inch Worm #C6EA12

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52%

 BLUE value IS 18 (7.42% from 255) = 4%

R = 44%
G = 52%
B = 4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#C6EA12 (or 0xC6EA12) is known color: Inch Worm. HEX triplet: C6, EA and 12. RGB value is (198,234,18). Sum of RGB (Red+Green+Blue) = 198+234+18=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EA12 is #3915ED. Grayscale: #C7C7C7. Windows color (decimal): -3741166 or 1239750. OLE color: 1239750.

HSL color Cylindrical-coordinate representation of color #C6EA12: hue angle of 70º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6EA12 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 234 18 -
CMYK 0.15 0 0.92 0.08
HSL 70º 0.86% 0.49% -
HSV(B) 70º 0.92% 0.92% -
XYZ 52.82 70.9 11.47 -
YUV 198.61 26.07 127.56 -
System Red Green Blue C M Y K H S L
Decimal 198 234 18 0.15 0 0.92 0.08 70 0.86 0.49
Hex C6 EA 12 F 0 5C 8 46 56 31
Octal 306 352 22 17 0 134 10 106 126 61
Binary 11000110 11101010 10010 1111 0 1011100 1000 1000110 1010110 110001

Color Harmonies of #C6EA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EA12

Black with #C6EA12

Text Example


Text Example

White with #C6EA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EA12; }

 p { color: rgb(198,234,18); }

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

background-color css

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

 a { background-color: rgb(198,234,18); }

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

border-color css

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

 span { border-color: rgb(198,234,18); }

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