#BAF30A

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

Shades of Inch Worm #BAF30A

Tints of Inch Worm #BAF30A

Color information

#BAF30A (or 0xBAF30A) is unknown color: approx Inch Worm. HEX triplet: BA, F3 and 0A. RGB value is (186,243,10). Sum of RGB (Red+Green+Blue) = 186+243+10=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF30A is #450CF5. Grayscale: #C8C8C8. Windows color (decimal): -4525302 or 717754. OLE color: 717754.

HSL color Cylindrical-coordinate representation of color #BAF30A: hue angle of 74.68º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAF30A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB18624310-
CMYK0.2300.960.05
HSL74.68º92.09%49.61%-
HSV(B)74.68º95.88%95.29%-
XYZ52.3674.5611.92-
YUV199.421.12118.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 243 (95.31% from 255) = 55.35%
BLUE value IS 10 (4.30% from 255) = 2.28%
R=42.37%
G=55.35%
B=2.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186243100.2300.960.0574.6892.0949.61
HexBAF3A1706054b5c32
Octal27236312270140511313462
Binary10111010111100111010101110110000010110010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF30A; }

 p { color: rgb(186,243,10); }

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

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

 a { background-color: rgb(186,243,10); }

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

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

 span { border-color: rgb(186,243,10); }

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